Archboot is a most advanced, modular Arch Linux boot/install image creation utility to generate reproducible bootable media for UKI/CD/USB/PXE, designed for installation or rescue operation. Homepage is located here: https://archboot.com
Find a file
Tobias Powalowski 7f63905d41 ChangeLog:
1. Generate -dual, -x86_64, -i686 isos at the end of allinone.sh script
2. Split bootloader config from files-replace functions in update-iso.sh script
3. Create FAT32 filesystem in UEFISYS partition in autoprepare() in GPT
4. Revamp UEFISYS partition detection. Now the script ALWAYS uses the
first EF00 partition detected by sgdisk. It offers to format the
partition as FAT32 if required. But manually mounted UEFISYS partition
(at /boot/efi before launching /arch/setup) will be unmounted, so no
use doing that.
5. Fix issues with /boot/efi/EFI and /boot/efi/efi . Although FAT fs
is case-insensitive, sometimes this case-issues crop up since by
default grub2's grub-install seems to favour /boot/efi/EFI while
Arch's rEFInd package favours /boot/efi/efi. grub-install works ok
with /boot/efi/efi if it detects it.
2012-04-26 08:33:12 +02:00
etc/archboot fix xz in config files, mkinitcpio now handles it correct 2012-04-19 08:31:12 +02:00
usr ChangeLog: 2012-04-26 08:33:12 +02:00