feat: custom grub bootloader - bee branding, 5s auto-boot, no splash
This commit is contained in:
17
iso/builder/config/bootloaders/grub-pc/grub.cfg
Normal file
17
iso/builder/config/bootloaders/grub-pc/grub.cfg
Normal file
@@ -0,0 +1,17 @@
|
||||
source /boot/grub/config.cfg
|
||||
|
||||
menuentry "Bee Hardware Audit" {
|
||||
linux @KERNEL_LIVE@ @APPEND_LIVE@
|
||||
initrd @INITRD_LIVE@
|
||||
}
|
||||
|
||||
menuentry "Bee Hardware Audit (fail-safe)" {
|
||||
linux @KERNEL_LIVE@ @APPEND_LIVE@ memtest noapic noapm nodma nomce nolapic nosmp vga=normal
|
||||
initrd @INITRD_LIVE@
|
||||
}
|
||||
|
||||
if [ "${grub_platform}" = "efi" ]; then
|
||||
menuentry "UEFI Firmware Settings" {
|
||||
fwsetup
|
||||
}
|
||||
fi
|
||||
Reference in New Issue
Block a user