vulcanos/isodir/boot/grub/grub.cfg

8 lines
95 B
INI
Raw Normal View History

set timeout = 0
set default = 0
menuentry "iceOS" {
multiboot2 /boot/iceOS.bin
boot
}