- 17 May, 2021 7 commits
-
-
Andrey Cherepanov authored
-
Andrey Cherepanov authored
education: use use/power/acpi instead of +power because this leads to a forced shutdown [distrtest-3933]
-
Andrey Cherepanov authored
-
Andrey Cherepanov authored
-
Andrey Cherepanov authored
-
Andrey Cherepanov authored
-
Anton Midyukov authored
Previously, you had to specify two parameters MKIMAGE_PREFIX and GLOBAL_PREFIX with the same value - the path to mkimage. And this behavior has not been documented. The GLOBAL_PREFIX variable is defined in mkimage in config.mk and rules.mk.
-
- 14 May, 2021 1 commit
-
-
Anton Midyukov authored
rtc not needed in initrd.
-
- 12 May, 2021 3 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
Not needed more. uuid assigned directly in configs.
-
Anton Midyukov authored
-
- 11 May, 2021 2 commits
-
-
Anton Midyukov authored
make-initrd supports adding module directories.
-
Anton Midyukov authored
Since we are now using fuuid, it doesn't depend on mkimage version. But it depends on the propagator version. Needed propagator >= 20210329-alt1 See-also: commit 52e90c26
-
- 10 May, 2021 1 commit
-
-
Anton Midyukov authored
beremiz removed from Sisyphus. See-also: http://git.altlinux.org/tasks/archive/done/_265/271405
-
- 04 May, 2021 1 commit
-
-
Anton Midyukov authored
As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is created as an official userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystem in linux system. std-def kernel in Sisyphus 5.10.
-
- 30 Apr, 2021 1 commit
-
-
Anton Midyukov authored
The parameter is used to save the intermediate tarball used to build the virtual machine image.
-
- 29 Apr, 2021 5 commits
-
-
Anton Midyukov authored
SVGZ is more than a hundred times smaller than PNG. a
-
Michael Shigorin authored
Wrote that it's a bashism myself and neglected to specify the proper shell, sigh. This SHELL manipulation could ruin tracing piggybacked onto it within lib/report.mk but it's too late at this stage anyways.
-
Michael Shigorin authored
The first half of both pipes was clearly a copy-pasted initial logfile processing; the file can be of considerable size (e.g. several megabytes) so it might be slightly more efficient and cool (but a bit more arcane) to use bash(1)'s process substitution along with good ol' tee(1) like this: $ echo -e '1\n2\n3' |tee /dev/stderr 2> >(grep 2 >STDERR) |grep 1 >STDOUT $ head STD* ==> STDERR <== 2 ==> STDOUT <== 1
-
Michael Shigorin authored
That "clever hack" with two rev(1) invocations seems pretty stupid to me: too much processes and processing instead of simple prefix removal. One can also have that as ${var##*/} when dealing with a shell variable and avoiding extra forks, BTW.
-
Michael Shigorin authored
..making it fit 80 columns while at that to avoid horizontal spaghetti code.
-
- 28 Apr, 2021 14 commits
-
-
Michael Shigorin authored
Just a cosmetic fixup (until not paired up with translations): "2nd" means "second", "1st" meant "first".
-
Anton Midyukov authored
Needed to execute command: inxi -G
-
Michael Shigorin authored
plymouth might better be used through the corresponding feature (it's the single place to know how it performs on various arches), and some other packages are just missing.
-
Michael Shigorin authored
This package is requisite for updating "boot" (Elbrus firmware).
-
Michael Shigorin authored
The missing glob resulted in disk images properly partitioned only for e2kv3 ("e2k" for historical reasons in ALT), and v4+ ones only got a single ext4 partition that wouldn't work with current MCST's Boot code.
-
Mikhail Efremov authored
So we are can to build compressed img files.
-
Mikhail Efremov authored
Suggested by testers.
-
Dmitriy Terekhin authored
-
Dmitriy Terekhin authored
This reverts commit bf762a26. The issue on RPi3 is not observed with firefox-esr-78.9.0-alt0.1.p9
-
Mikhail Efremov authored
For FAT partitions on non-EFI images (e.g. i586).
-
Mikhail Efremov authored
Celluloid segfaults on Jetson Nano, so use vlc there, but keep celluloid for other aarch64 systems.
-
Mikhail Efremov authored
Suggested by mike@.
-
Mikhail Efremov authored
-
Anton Midyukov authored
-
- 26 Apr, 2021 5 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
- build propagator and copy kernel in mkimage-profiles - copy kernel to boot/ directory on iso image - multiple kernels support for iso with grub - add support initrd.img instead full.cz in stage1 with grub, syslinux - use method:cdrom,fuid instead method:disk,uuid in uuid-iso feature (thanks jqt4@) - vmguest: Drop virtualbox-addition kernel modules - fix make distclean - reports.mk: Generate rpm and srpms lists - add hdt for grub-pc (floppy disk image) - add items boot with local drive for grub-pc (iso) - oem: use/deflogin/root - add switch sddm|lightdm for kde5 - education 9.2 beta
-
Andrey Cherepanov authored
-
Andrey Cherepanov authored
-
Andrey Cherepanov authored
-