summaryrefslogtreecommitdiff
path: root/grub.cfg
blob: 94c37ca152b2ec2749877b3964b05f1a589052f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# GRUB2 config file

# boot fast, nobody has to edit boot options here!
#set timeout=0
set timeout=5

# by default, boot first entry
set default=0

# hide menu per default
#hiddenmenu

# boot minilinux
menuentry "Minilinux" {
	set root=(hd0,1)
	linux /boot/bzImage-2.6.33.3 root=/dev/hda1
}