bond/scripts/grub.cfg

8 lines
104 B
INI

set timeout=0
set default=0
menuentry "bond" {
multiboot2 /bond.elf
set gfxpayload=text
boot
}