- 06 Feb, 2025 2 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
The list can be use in live without Rescue. Package livecd-rescue has a dependency on rescue-launcher.
-
- 05 Feb, 2025 3 commits
-
-
Anton Midyukov authored
The image already contains systemd-networkd, so it makes sense to add systemd-timesyncd.
-
Anton Midyukov authored
Now in live-rescue required to enter root login. Empty pawwd for root is default for live.
-
Anton Midyukov authored
-
- 04 Feb, 2025 6 commits
-
-
Anton Midyukov authored
This reverts commit 186e1a73. If livecd-user is installed at it is dangerous, can connect via ssh to root with any password.
-
Anton Midyukov authored
It seems unnecessary... As well wimtools depends on syslinux.
-
Anton Midyukov authored
Link: https://bugzilla.altlinux.org/52904
-
Anton Midyukov authored
-
Anton Midyukov authored
To build initrd from live if necessary.
-
Anton Midyukov authored
Now qmmp is qmmp2 (qt6).
-
- 31 Jan, 2025 12 commits
-
-
Anton Midyukov authored
-
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 10 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
-