]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/grub/grub.conf
Am Pakfire weitergearbeitet.
[people/teissler/ipfire-2.x.git] / config / grub / grub.conf
index 7f2d1777fde2967b3593e9debbf9252c254c79e8..6f86514579769e406a40ac591bafdd2d48b8e4c4 100644 (file)
@@ -1,21 +1,35 @@
-timeout 5
+timeout 10
 default saved
 foreground = 16064e
 background = ffffff
-splashimage (hd0,0)/grub/ipcop.xpm.gz
-title IPFire
+gfxmenu /grub/message
+title IPFire (1024x768)
   root (hd0,0)
-  kernel /vmlinuz root=ROOT panic=10 acpi=off ro
-  savedefault
-title IPFire SMP
+  kernel /vmlinuz-ipfire root=ROOT panic=10 vga=791 MOUNT
+  initrd /ipfirerd.img
+  savedefault 0
+title IPFire (VESA)
   root (hd0,0)
-  kernel /vmlinuz-smp root=ROOT panic=10 acpi=off ro
-  savedefault
-title IPFire (ACPI enabled)
+  kernel /vmlinuz-ipfire root=ROOT panic=10 MOUNT
+  initrd /ipfirerd.img
+  savedefault 1
+title IPFire SMP (1024x768)
   root (hd0,0)
-  kernel /vmlinuz root=ROOT panic=10 ro
-  savedefault
-title IPFire SMP (ACPI HT enabled)
+  kernel /vmlinuz-ipfire-smp root=ROOT panic=10 acpi=off vga=791 MOUNT
+  initrd /ipfirerd-smp.img
+  savedefault 2
+title IPFire SMP (VESA)
   root (hd0,0)
-  kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht ro
-  savedefault
+  kernel /vmlinuz-ipfire-smp root=ROOT panic=10 acpi=off MOUNT
+  initrd /ipfirerd-smp.img
+  savedefault 3
+title IPFire SMP-HT (Intel Pentium 4) (1024x768)
+  root (hd0,0)
+  kernel /vmlinuz-ipfire-smp root=ROOT panic=10 acpi=ht vga=791 MOUNT
+  initrd /ipfirerd-smp.img
+  savedefault 4
+title IPFire SMP-HT (Intel Pentium 4) (VESA)
+  root (hd0,0)
+  kernel /vmlinuz-ipfire-smp root=ROOT panic=10 acpi=ht MOUNT
+  initrd /ipfirerd-smp.img
+  savedefault 5