pluto/grub/grub.cfg
2019-12-06 20:28:28 +00:00

8 lines
194 B
INI

set timeout=0 # How long grub should wait before booting default menu entry
set default=0
menuentry "pluto" {
multiboot /boot/pluto.elf
module /modules/kernel.map kernel.map
boot
}