poppin/boot/grub.cfg

8 lines
82 B
INI
Raw Normal View History

2024-05-23 18:39:00 +00:00
set timeout=0
set default=0
menuentry "poppin" {
multiboot2 /boot/poppin.bin
}