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

menuentry "kern" {
	multiboot2 /boot/kernel
	module2 /boot/initrd.tar
}