bond/scripts/grub.cfg
2019-12-07 03:54:18 -05:00

8 lines
104 B
INI

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