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
5
iso/efiboot/loader/entries/02-archiso-speech-linux.conf
Normal file
5
iso/efiboot/loader/entries/02-archiso-speech-linux.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
title Bread OS install medium (%ARCH%, UEFI) with speech
|
||||
sort-key 02
|
||||
linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
|
||||
initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
|
||||
options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% accessibility=on
|
||||
Loading…
Add table
Add a link
Reference in a new issue