pluto/grub/grub.cfg

9 lines
194 B
INI
Raw Normal View History

set timeout=0 # How long grub should wait before booting default menu entry
set default=0
menuentry "pluto" {
multiboot /boot/pluto.elf
2019-11-02 03:18:02 +01:00
module /modules/kernel.map kernel.map
boot
}