]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/grub/grub.conf
add lame,vorbis & xvid support to ffmpeg
[people/pmueller/ipfire-2.x.git] / config / grub / grub.conf
CommitLineData
27996c53 1timeout 10
5e773594 2default saved
4ff9093d 3foreground = 6d6963
5cfe86e6 4background = ffffff
bba7212c
MT
5#hiddenmenu
6splashimage (hd0,0)/grub/ipfire.xpm.gz
a869b064 7title IPFire
5cfe86e6 8 root (hd0,0)
a869b064
AF
9 kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 MOUNT
10 initrd /ipfirerd-KVER.img
5e773594 11 savedefault 0
a869b064 12title IPFire (vesafb 1024x768)
72586b9f 13 root (hd0,0)
a869b064
AF
14 kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 vga=791 MOUNT
15 initrd /ipfirerd-KVER.img
5e773594 16 savedefault 1
a869b064 17title IPFire (noacpi)
5cfe86e6 18 root (hd0,0)
a869b064
AF
19 kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 noacpi MOUNT
20 initrd /ipfirerd-KVER.img
5e773594 21 savedefault 2
a869b064 22title IPFire SMP/HT
72586b9f 23 root (hd0,0)
a869b064
AF
24 kernel /vmlinuz-KVER-ipfire-smp root=ROOT panic=10 MOUNT
25 initrd /ipfirerd-KVER-smp.img
5e773594 26 savedefault 3
a869b064 27title IPFire SMP/HT (vesafb 1024x768)
5cfe86e6 28 root (hd0,0)
a869b064
AF
29 kernel /vmlinuz-KVER-ipfire-smp root=ROOT panic=10 vga=791 MOUNT
30 initrd /ipfirerd-KVER-smp.img
5e773594 31 savedefault 4