- 01 Oct, 2024 1 commit
-
-
Anton Midyukov authored
Feature kbd remove in make-initrd 2.42.0.
-
- 09 Feb, 2024 1 commit
-
-
Anton Midyukov authored
Required mkimage 0.3.0-alt1
-
- 21 Aug, 2023 1 commit
-
-
Anton Midyukov authored
-
- 24 Jul, 2023 1 commit
-
-
Anton Midyukov authored
glibc can be compiled such that mki-fake-dev requires /proc to works. This on loongarch64.
-
- 03 Jul, 2023 1 commit
-
-
Anton Midyukov authored
-
- 18 Mar, 2023 1 commit
-
-
Anton Midyukov authored
-
- 23 Jan, 2023 1 commit
-
-
Anton Midyukov authored
rootfs scripts are also run when building live image. But assigning BASE_BOOTARGS to live is not required, since the arguments are copied from STAGE1_BOOTARGS by the installer.
-
- 30 Dec, 2022 1 commit
-
-
Anton Midyukov authored
check conditions of make for equality of variables with an empty value instead of check definition. A defined but empty variable under all these conditions results errors.
-
- 02 Sep, 2022 1 commit
-
-
Anton Midyukov authored
Chroot can be two or one, work or image. Package lists of work chroot cannot take into account packages that will be installed into it after run-scripts.
-
- 21 Feb, 2022 1 commit
-
-
Anton Midyukov authored
The definition of the TOPDIR variable has been fixed in a future mkimage. Will $(TOPDIR)=$(BUILDDIR).
-
- 10 Dec, 2021 1 commit
-
-
Anton Midyukov authored
By default, GRUB_TERMINAL_OUTPUT='gfxterm' is configured. This creates problems for virtual machines and single-board computers, since they need output to console.
-
- 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
-
- 13 Sep, 2021 1 commit
-
-
Anton Midyukov authored
Enable /proc for build vm/<target> and distro/<target> with use/stage2. /proc needed for make-initrd >= 2.23.0. See also https://bugzilla.altlinux.org/40900
-
- 30 Aug, 2021 1 commit
-
-
Anton Midyukov authored
The commit 99695713 used this variable even though it didn't exist yet. A good reason to add this variable.
-
- 18 Jun, 2021 1 commit
-
-
Anton Midyukov authored
-
- 20 May, 2021 1 commit
-
-
Anton Midyukov authored
The code is given in accordance with the documentation See-also: commit 2987fa8f
-
- 30 Apr, 2021 1 commit
-
-
Anton Midyukov authored
The parameter is used to save the intermediate tarball used to build the virtual machine image.
-
- 28 Apr, 2021 1 commit
-
-
Mikhail Efremov authored
So we are can to build compressed img files.
-
- 14 Feb, 2021 3 commits
-
-
Anton Midyukov authored
This is necessary for the 'rootfs' initrd feature to work properly
-
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.
-
- 26 Nov, 2020 1 commit
-
-
Anton Midyukov authored
While this argument can only have one "EFI" value. Thus, the problem of building an image for Raspberry Pi on armh, where there is no grub-efi, was solved.
-
- 22 May, 2020 3 commits
-
-
Anton Midyukov authored
For Raspberry Pi needed to build grub-efi + MBR images.
-
Anton Midyukov authored
-
Anton Midyukov authored
-
- 01 May, 2020 1 commit
-
-
Anton Midyukov authored
-
- 07 Apr, 2020 3 commits
-
-
Anton Midyukov authored
The entry in /etc/fstab about the mount parameters of the root partition needs to be done not only for builds with u-boot. But, if the record already exists, then it will not be added. The file system type is set by the variable VM_FSTYPE.
-
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.
-
Anton Midyukov authored
tar2fs does not run in hasher and without qemu. This causes build problems for an architecture other than the host.
-
- 30 Sep, 2019 1 commit
-
-
Anton Midyukov authored
Not used by systemd and looks obsolete generally as sysvinit-based disk images aren't really targeting low-resource systems these days _by default_ but rather _can_ target those as well; feel free to reconstruct these "RAM saving" bits as a part of e.g. lowmem patch.
-
- 16 Sep, 2019 2 commits
-
-
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.
-
Ivan Melnikov authored
recovery.tar needed for tavolga (mipsel). This commit is the result of transferring the required functionality from build-mr (mipsel rootfs). This change uses external tool to build Tavolga-compatible recovery.tar. This simplifies the logic and avoids having recovery workdir in the profile. After this change, m-p will require tavolga-image-tools >= 3.0.
-
- 30 Aug, 2019 1 commit
-
-
Anton Midyukov authored
KFLAVOURS can describe more than one kernel, get iterator back. Fixes: 27674e29
-
- 19 Aug, 2019 5 commits
-
-
Ivan A. Melnikov authored
(gkebfm@ thinks it was a terrible idea in the first place and mike@ agrees; this is a rework TODO item)
-
Anton Midyukov authored
build-vm ceases to be a target for building only virtual machine images. Now it can be used to build tarballs designed for installation on real machines. This commit is the result of transferring the required functionality from build-mr (mipsel rootfs) by Ivan Melnikov <iv@altlinux.org>. NB: mike@ strongly objected to this dilution but gave up eventually; the whole kernel/build-vm/tar2fs/pack mess should be split into distinct layers busy with their own responsibilities: 1) a tarball with kernel is done without tar2fs at all (and no build-vm bits should be needed either, maybe it's worth splitting and renaming as "vm" meaning disk image for some armh board is grossly misleading); 2) a tarball with kernel can be further (multi-)packed as, well, (compressed) tarball and a disk image (only the latter one should employ build-vm/tar2fs); 3) compression should be done in pack feature style, preferably described once and not duplicated all over the profile for every single new kind of its output. In the mean time, running into this and moving no further starts to hurt more than it could help.
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Anton Midyukov authored
NB: 07-kernel change breaks multi-kernel setup! Breaks: 650e92bf
-