aboutsummaryrefslogtreecommitdiff
path: root/grub/grub.cfg
blob: 5307624d825a1438b8205aea97eabeec4387aae6 (plain)
1
2
3
4
5
6
7
set timeout=1
set default=0

menuentry "glitch" {
    multiboot2 /boot/glitch/glitch.elf quiet
    boot
}