summaryrefslogtreecommitdiff
path: root/config/grub.cfg
blob: 62c9792da4a3a3a571bbddc8042c05968a74a6d1 (plain)
1
2
3
4
5
6
7
8
set timeout=1
set default=0
insmod all_video

menuentry "kern" {
	multiboot2 /boot/kernel
	boot
}