rustyshade/iso/boot/grub/grub.cfg

7 lines
92 B
INI

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