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

menuentry "glitch" {
    sha512sum -c /boot/glitch/checksums
    multiboot2 /boot/glitch/glitch.elf quiet
    boot
}