]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - config/grub/grub.conf
Merge remote-tracking branch 'origin/next' into thirteen
[people/teissler/ipfire-2.x.git] / config / grub / grub.conf
1 timeout 10
2 default saved
3 foreground = 6d6963
4 background = ffffff
5 #hiddenmenu
6 # *** If you want use serial console comment next line
7 splashimage (hd0,0)/grub/ipfire.xpm.gz
8 # *** add "console=ttyS0,115200n8" to kernel cmdline,
9 # *** uncomment following lines and check also inittab
10 #serial --unit=0 --speed=115200
11 #terminal --timeout=1 serial console
12 title IPFire
13 root (hd0,0)
14 kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 MOUNT
15 initrd /ipfirerd-KVER.img
16 savedefault 0
17 title IPFire (vesafb 1024x768)
18 root (hd0,0)
19 kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 vga=791 MOUNT
20 initrd /ipfirerd-KVER.img
21 savedefault 1