- 21 Aug, 2023 1 commit
-
-
Anton Midyukov authored
-
- 30 Sep, 2021 1 commit
-
-
Anton Midyukov authored
The config for generating a generic initrd can be interesting because it will allow you to return the initrd to its original generic state.
-
- 17 Sep, 2021 1 commit
-
-
Anton Midyukov authored
Variables in cmdline override variables from /etc/initrd.mk See also: https://lists.altlinux.org/pipermail/make-initrd/2021-September/000533.html
-
- 14 Feb, 2021 2 commits
-
-
Anton Midyukov authored
This is a standard set of initrd features.
-
Anton Midyukov authored
-
- 01 Feb, 2021 1 commit
-
-
Anton Midyukov authored
This features not needed for auto-detect. We also add features not only to initrd.mk, but also specify them explicitly in the command.
-
- 22 May, 2020 2 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
-
- 01 May, 2020 1 commit
-
-
Anton Midyukov authored
-
- 07 Apr, 2020 1 commit
-
-
Anton Midyukov authored
Since packet sorting is enabled by default, then the order in KFLAVORS has ceased to matter. Kernels are always installed in alphabetical order. Therefore, it makes no sense to sort by buildtime. See-also: https://bugzilla.altlinux.org/show_bug.cgi?id=30806 Also fixed my typo. When creating a symlink, the variable $kver was used, i.e. the entire list of kernels, not the last value $KVER of the list.
-
- 16 Sep, 2019 1 commit
-
-
Anton Midyukov authored
The problem at hand is that different kernels can have varying module sets, and it makes sense to put four of those at once sometimes; so avoid silly build breakage.
-
- 30 Aug, 2019 1 commit
-
-
Anton Midyukov authored
KFLAVOURS can describe more than one kernel, get iterator back. Fixes: 27674e29
-
- 19 Aug, 2019 3 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Anton Midyukov authored
NB: 07-kernel change breaks multi-kernel setup! Breaks: 650e92bf
-
- 21 May, 2018 1 commit
-
-
Michael Shigorin authored
This was crucial for e2k rescue image supporting multiple CPU versions but can be useful elsewhere.
-
- 02 Aug, 2017 1 commit
-
-
Michael Shigorin authored
No need to deduce kernel version again, just save it in a temporary file. The main reason to change what worked is that e2k kernel-image package has Linux bits named as image-$kver and not vmlinuz-$kver; the guessing logic taking all of this into account resulted in non-aesthetic patch. NB: there's a duplicating script within kernel feature; it wasn't easy to avoid this and it might differ when handling multiple kernels, I didn't think much about this now as vm images tend to ship with the sole one.
-
- 05 Jan, 2015 1 commit
-
-
Michael Shigorin authored
It's probably a good year to get rid of this reference practice resulting in a known sort of misdocumentation over time :-/
-
- 05 Mar, 2014 1 commit
-
-
Michael Shigorin authored
This change is done to reduce ambiguity in some cases; the previous intention has been to ease navigation when staying in a particular directory, now it's been changed in favour of convenient toplevel `git grep' in fact. Both variants have their pros and cons, I just find myself leaning to this one by now hence the commit. Feel free to provide constructive criticism :) Some path-related bitrot has also been fixed while at that.
-
- 06 Jan, 2013 1 commit
-
-
Denis Smirnov authored
-
- 18 Jun, 2012 1 commit
-
-
Michael Shigorin authored
Yes, mkimage-profiles is now able to build VM disk images. So far the support is pretty basic: - a single hard drive image with a single partition/FS - only stock root password is configurable - LILO is hardwired as a bootloader The resulting images tend to boot under qemu/kvm though. Please see doc/vm.txt for the warning regarding additional privileges and setup required. This was started back in February but I still hoped to avoid sudo/privileged helper (and libguestfs is almost as undistributable as can be)... Thanks: - http://blog.quinthar.com/2008/07/building-1gb-bootable-qemu-image-using.html - Alexey Morarash who reworked that as https://github.com/tuxofil/linsygen - led@, legion@, vitty@, aen@ for providing advice and inspiration
-