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

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