- 31 Jan, 2025 11 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
Set locale C.UTF-8 in sub.in/rootfs/00-lang-C (fallback). When use/l10n set locale in rootfs/image-scripts.d/50-l10n-sysconfig.
-
Anton Midyukov authored
Otherwise only en_US will be available.
-
Anton Midyukov authored
NB: GRUB_SERIAL_COMMAND no need to configure on non-x86 platforms.
-
Anton Midyukov authored
-
Anton Midyukov authored
Do not use locale of ssh clients. We only have a couple of locales available.
-
Anton Midyukov authored
Now the default locale is C.UTF-8. This is what need.
-
Anton Midyukov authored
-
Anton Midyukov authored
Must be added together with the livecd-setlocale package (list tagged/desktop+live).
-
Anton Midyukov authored
Now C.UTF-8 in glibc, but not in p10.
-
Anton Midyukov authored
-
- 30 Jan, 2025 7 commits
-
-
Anton Midyukov authored
This reverts commit d359efb0.
-
Anton Midyukov authored
We only have a couple of locales available.
-
Anton Midyukov authored
-
Anton Midyukov authored
This reverts commit a7b7f34b. This was too much. We just need to leave the C locale as well.
-
Anton Midyukov authored
apt-get autoremove is deleted, after which building failed.
-
Anton Midyukov authored
After a few months, the disk repository may become incompatible with online repositories and cause problems.
-
Anton Midyukov authored
This is expected behavior for Live. Cleanup it by default. Disable cleanup as needed.
-
- 29 Jan, 2025 17 commits
-
-
Anton Midyukov authored
Kind=!* - this means that the interface is not a child of any bridge, bond or tunnel.
-
Michael Shigorin authored
This is a cumulative patch starting with a typo fix and ending with intentation fix, but there's a missing "-n" bugfix in the middle along with assorted stylistic improvements (at least to me :). "condition && action" lines tend to be less readable when conditions and/or actions become more than a few characters (especially when these come in packs); condition && action form is less prone to some forms of human errors, and if condition; then action fi is a guard against "just add one more action" which gets added *unconditionally* often when the original construct was meant as a one-liner with strictly one action. Making code fit 80 columns helps fit more tall xterms horizontally when merging that code, and less than four tends to be harmful for merge performance (takes two FullHD displays or a 4K one for me these days).
-
Anton Midyukov authored
This allows us to add menu items to the menu that cannot be specified based on the external features of the files contained in the image. For example, the item 'live' of boot in rescue mode. In the future, it will be possible to remake generators for syslinux and grub using a similar principle.
-
Anton Midyukov authored
-
Anton Midyukov authored
stage2 image semantics have changed with live/altinst merge. Thanks Michael Shigorin.
-
Michael Shigorin authored
Late 5.4 and 5.10 branches of Linux kernel fork by MCST had mga25 video driver for e2c3's onboard GPU as opposed to e1cp's mga2; 6.1 appears to have made it mga2 again.
-
Michael Shigorin authored
Suggested-by: Anton Samsonov (mcst.ru)
-
Michael Shigorin authored
It runs fine on e2k too now.
-
Michael Shigorin authored
Tested to work within alt-p10-lxqt-20240322-e2kv4.iso on 801-PC.
-
Anton Midyukov authored
-
Anton Midyukov authored
imression works well on GNOME.
-
Anton Midyukov authored
Useful to have even in a minimal system. Usually pulled out, but can be removed when apt-get autoremove.
-
Anton Midyukov authored
There is no need to support repositories older than p10. It is better to think about future ones.
-
Anton Midyukov authored
-
Anton Midyukov authored
When we enable the installation mode from packages (use/live-install-pkg), we are left without connected repositories after installation. Let's fix this.
-
Anton Midyukov authored
To avoid being deleted when apt-get autoremove.
-
Anton Midyukov authored
To avoid deletion during apt-get autoremove.
-
- 28 Jan, 2025 5 commits
-
-
Anton Midyukov authored
Now xorg-dri-armsoc is added in use/x11/xorg (list mesa-dri-drivers).
-
Anton Midyukov authored
The mesa-dri metapackage contains all the necessary packages for hardware 3d acceleration support.
-
Anton Midyukov authored
-
Anton Midyukov authored
It is not needed in live. It will be installed into the system when installing from the package.
-
Anton Midyukov authored
-