- 13 Feb, 2022 12 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
- vmguest: fix stage1/modules.d/50-vmguest - sub.in/stage1: remove empty lines from kernel modules list - drm: exclude ancient from full drm - init: clear machine id (reported by obirvalger@) - basealt.mk: specify network backend for netplan in alt-workstation-cloud (thanks obirvalger@) - regular-lxqt, regular-xfce: replace light-locker to xscreensaver - initrd-bootchain: simplify the procedure for adding modules to initrd
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Anton Midyukov authored
light-locker freezes tightly See also https://bugzilla.altlinux.org/41847
-
Anton Midyukov authored
light-locker freezes tightly See also https://bugzilla.altlinux.org/41847
-
Anton Midyukov authored
Empty lines in this file will cause initrd generation. As a result of the failure, all modules are added to the initrd. See also commit 62cd397fdd4c6dd08773bf198a5a51ac533153a1
-
Mikhail Gordeev authored
-
Anton Midyukov authored
systemd create new uniq machine-id on first boot. so that during mass deployment of containers, virtual machines or live there are no identical machine-ids on computers in the same network. Reported by obirvalger@
-
Anton Midyukov authored
The list must not contain empty lines. Otherwise, all modules are added to the initrd. Fix commit 3e7b5828
-
Anton Midyukov authored
grub.iso is available for more architectures.
-
Anton Midyukov authored
ancient - drm modules for very old graphics cards. Only needed for some retro builds.
-
- 07 Feb, 2022 2 commits
-
-
Anton Midyukov authored
-
Антон Мидюков authored
- stage2: add Baikal M support to 50-stage2-usb list - server-v: use crio instead of docker with k8s (thanks obirvalger@altlinux.org) - dev: fix owner:group for /home/altlinux/* - dev: add apt.conf's and source.list's for supported BRANCHES and ARCHES - regular.mk: switch regular-builder on systemd, add regular-builder-sysv - disable gpm.service for regular-builder - add NetworkManager-tui to regular-builder - grub: Add ability to override terminal from external grub.cfg on ESP - init: do not add systemd-utils-standalone to use/init/sysv (fix build target with sysvinit on p9) - uboot: update list for riscv64 - alt-server.mk: switch to grub-efi for bootloading iso on x86_64 UEFI - init: not copy os-release in live, rescue (more not needed) - reports.mk: do not abort, if not available rpm cache - regular.mk: add use/tty for all regulars - repo: add the ability to select a repository mirror (default http/alt) - repo: setup mirror in install script 99-online-repo.sh - e2k: fix bootloading iso from CD/DVD
-
- 05 Feb, 2022 5 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Anton Midyukov authored
-
- 02 Feb, 2022 12 commits
-
-
Anton Midyukov authored
So that users of regulars/starterkits do not download with ftp.altlinux.org
-
Anton Midyukov authored
Required by shaba@: https://bugzilla.altlinux.org/show_bug.cgi?id=41588#c1
-
Anton Midyukov authored
Made by analogy with features.in/repo/image-scripts.d/90-enable-repo.
-
Anton Midyukov authored
This variable blocks the enable of online repositories and activates the enable of RPMS.main repository in iso or rootfs. The old name was misleading.
-
Anton Midyukov authored
Default changed from yandex to alt due to: https://bugzilla.altlinux.org/show_bug.cgi?id=41588#c1
-
Anton Midyukov authored
It is not possible to install packages with puppet if aptitude is installed. This list is used by alt-workstation. See also: https://bugzilla.altlinux.org/41622
-
Anton Midyukov authored
Needed for setup serial console when starting the installer and in the system being installed.
-
Anton Midyukov authored
-
Anton Midyukov authored
Removed from Sisyphus: https://git.altlinux.org/tasks/archive/done/_284/291815
-
Anton Midyukov authored
Removed from Sisyphus: https://git.altlinux.org/tasks/archive/done/_287/293926
-
Anton Midyukov authored
.gitignore was replaced to .empty See also commit 44c60e5c
-
Anton Midyukov authored
-
- 20 Jan, 2022 9 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Anton Midyukov authored
This created the problem of checking all the images by the command: make CHECK=1 everything
-
Anton Midyukov authored
The problem was earlier bacause of that the with /etc/os-release package was installed too early. See also commit 8551e710
-
Anton Midyukov authored
All distributions and starterkits switched from refind to grub-efi a year ago. Sorry for not noticing that alt-server is still using rEFInd.
-
Anton Midyukov authored
make-aptbox is needed to check package lists only.
-
Anton Midyukov authored
The opensbi-1.0-alt1.riscv64.rpm package supports Unleashed, Unmatched, Nezha, Lichee RV. Thanks sbolshakov@ The u-boot-sifive-2022.01-alt1.riscv64.rpm package supports Unleashed and Unmatched. U-Boot SPL has been buided for Unleashed, now bootloading both boards similar. See also https://lists.altlinux.org/pipermail/riscv-devel/2022-January/000019.html
-
Anton Midyukov authored
systemd-utils-standalone no available for p9. apt-conf-ignore-systemd guarantees the installation of systemd-utils-standalone.
-
Anton Midyukov authored
This will allow for ISO, writed on flash, disable gfxterm and enable serial console, if necessary. For EFI only. Example: GRUB_TERMINAL='console serial' GRUB_SERIAL_COMMAND='serial --unit=0 --speed=115200'
-