Add bootloader configs to archiso profile (syslinux/efiboot/grub)
All checks were successful
Mirror to GitHub / mirror (push) Successful in 11s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 11s
The profile declared syslinux + systemd-boot bootmodes but lacked the required config directories, so mkarchiso would fail. Added from the official releng profile, rebranded to Bread OS; %PLACEHOLDER% tokens are substituted by mkarchiso at build time. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
8e41d9fc2b
commit
ed0eea3cb1
14 changed files with 353 additions and 0 deletions
3
iso/efiboot/loader/loader.conf
Normal file
3
iso/efiboot/loader/loader.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
timeout 15
|
||||
default 01-archiso-linux.conf
|
||||
beep on
|
||||
Loading…
Add table
Add a link
Reference in a new issue