Add bootloader configs to archiso profile (syslinux/efiboot/grub)
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.
This commit is contained in:
parent
0486f4c7c6
commit
a11a063c12
14 changed files with 353 additions and 0 deletions
11
iso/syslinux/syslinux.cfg
Normal file
11
iso/syslinux/syslinux.cfg
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
DEFAULT select
|
||||
|
||||
LABEL select
|
||||
COM32 whichsys.c32
|
||||
APPEND -pxe- pxe -sys- sys -iso- sys
|
||||
|
||||
LABEL pxe
|
||||
CONFIG archiso_pxe.cfg
|
||||
|
||||
LABEL sys
|
||||
CONFIG archiso_sys.cfg
|
||||
Loading…
Add table
Add a link
Reference in a new issue