- 01 Oct, 2023 1 commit
-
-
Anton Midyukov authored
lilo is stagnating, it is better to prepare in advance for the fact that it will not exist.
-
- 21 Aug, 2023 2 commits
-
-
Anton Midyukov authored
The idea is to not embed grub.cfg in the efi image, in order to determine the installed grub in EFI/BOOT/boot*.efi by grub.cfg. In the case of x86_64, the prebuilt uefi image is always used.
-
Anton Midyukov authored
-
- 18 Jul, 2023 3 commits
-
-
Anton Midyukov authored
Both UEFI and Legacy BIOS are supported on x86_64 machines. Now the image x86_64 will be bootloaded on both.
-
Anton Midyukov authored
-
Anton Midyukov authored
grub-efi-autoupdate does not update grub in EFI/BOOT if there is no shim and EFI/altlinux. See https://bugzilla.altlinux.org/41959
-
- 03 Jul, 2023 2 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
-
- 17 Apr, 2023 2 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
Use a prebuilt grub image for EFI, creating BOOT/EFI/grub.cfg
-
- 05 Apr, 2022 1 commit
-
-
Michael Shigorin authored
There's a race condition (TOCTOU) between losetup --find and applying the obtained path after additional dd in between; twice awful as *at least* running both losetups closely would reduce the window significantly, and reading the manpage properly back then would eliminate this. Reported-by:
Anton Midyukov <antohami@altlinux.org> Suggested-by:
Gleb F-Malinovskiy <glebfm@altlinux.org>
-
- 22 Nov, 2021 1 commit
-
-
Anton Midyukov authored
This space is reserved for installation U-Boot.
-
- 04 Sep, 2021 1 commit
-
-
Dmitriy Terekhin authored
Parameter "legacyboot" causes an error: parted: invalid token: legacyboot
-
- 23 Jul, 2021 2 commits
-
-
Anton Midyukov authored
Booting from extlinux.conf is preferred over booting in EFI mode.
-
Anton Midyukov authored
This space can be used by single board for u-boot.
-
- 28 Apr, 2021 1 commit
-
-
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.
-
- 01 Feb, 2021 1 commit
-
-
Anton Midyukov authored
-
- 25 Jan, 2021 1 commit
-
-
Anton Midyukov authored
os-probe finds loopback devices.
-
- 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.
-
- 09 Sep, 2020 1 commit
-
-
Anton Midyukov authored
extlinux.conf is not tied to the u-boot bootloader and always needed replace Label with the UUID if the file exist.
-
- 15 Jul, 2020 2 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
Since the main goal for aarch64 and armh for us is Raspberry Pi, it is always worth creating a fat32 partition for these arches. At least for now.
-
- 22 May, 2020 1 commit
-
-
Anton Midyukov authored
For Raspberry Pi needed to build grub-efi + MBR images.
-
- 07 Apr, 2020 3 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
tar2fs does not run in hasher and without qemu. This causes build problems for an architecture other than the host.
-
Anton Midyukov authored
If build is performed on a system with EFI Secure Boot enabled, then grub will not boot even on EFI without Secure Boot. This problem is caused by the use of the --removable option, which is not compatible with option --uefi-secure-boot the current grub. Option --uefi-secure-boot is enabled automatically if the system is booted in EFI Secure Boot mode.
-
- 03 Apr, 2020 1 commit
-
-
Anton Midyukov authored
-
- 23 Sep, 2019 1 commit
-
-
Anton Midyukov authored
This commit fixes duplication of root device entry in /etc/fstab and changes LABEL=ROOT entry with the proper one if found. Apparently this didn't hurt qemu images much though...
-
- 19 Aug, 2019 5 commits
-
-
Gleb Fotengauer-Malinovskiy authored
-
Anton Midyukov authored
This allows one not to hope that only the packages of the desired loader will be installed.
-
Anton Midyukov authored
Should be done this way in the first place it seems.
-
Anton Midyukov authored
-
Anton Midyukov authored
NB: 07-kernel change breaks multi-kernel setup! Breaks: 650e92bf
-
- 10 Jun, 2019 1 commit
-
-
Anton Midyukov authored
-
- 04 Jun, 2019 2 commits
-
-
Anton Midyukov authored
Currently, only e2k requires specific disk partitioning.
-
Anton Midyukov authored
INITRD_MODULES is reset further down the script. Fixes: be75d3c3
-
- 04 Mar, 2019 2 commits
-
-
Mikhail Gordeev authored
Changing ROOTFS owner causes a problem: created image's root directory is owned by user executing make instead of root. Changing WORKDIR owner is unnecessary because it will be removed anyways.
-
Dmitriy Terekhin authored
The original commit broke system tar2fs use by accidentally moving TOPDIR definition into a separate shell execution; thanks iv@ for spotting and fixing it promptly. Co-authored-by:
Ivan A. Melnikov" <iv@altlinux.org>
-
- 25 Dec, 2018 1 commit
-
-
Ivan A. Melnikov authored
-
- 24 Dec, 2018 1 commit
-
-
Alexey Shabalin authored
...for vm images; BIOS one tested, EFI one untested yet but will be required for AArch64 VMs it seems.
-