poppin/boot/grub.cfg
2024-05-23 21:39:00 +03:00

8 lines
82 B
INI

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