Asuro/iso/boot/grub/grub.cfg

6 lines
90 B
INI

set timeout=1
set default="0"
menuentry "Asuro" --id asuro {
multiboot /boot/asuro.bin
}