- 30 Jan, 2025 3 commits
-
-
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 6 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
-
Anton Midyukov authored
Install it only on the base system.
-
- 27 Jan, 2025 14 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
After removal from live make-initrd-plymouth were left without this font.
-
Anton Midyukov authored
-
Anton Midyukov authored
The installer itself installs these packages and adds them to the base system. For rootfs, as a rule, these packages are not required.
-
Anton Midyukov authored
The kernel has a dependency on bootloader-utils, but this may change in the future, and then apt-get autoremove will remove bootloader-utils.
-
Anton Midyukov authored
Added via use/firmware/cpu.
-
Anton Midyukov authored
alterator-vm does not hide unsupported features, so all these packages should be added.
-
Anton Midyukov authored
-
Anton Midyukov authored
Not needed in stage2.
-
Anton Midyukov authored
Not needed in stage2.
-
Anton Midyukov authored
not needed in stage2 not needed in stage2.
-
Anton Midyukov authored
This is clearly unnecessary in rescue.
-
Anton Midyukov authored
To close a case: need to add to the base system, but not to live.
-
Anton Midyukov authored
-