]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/grub/grub.conf
Installer fuer ein read-only-Dateisystem angepasst.
[people/teissler/ipfire-2.x.git] / config / grub / grub.conf
index 1bd1cc0c31825e3d2ff826b302feb3ad40b03c8e..9cfd63d2aa8027ec27386f50272e7c27a9a05468 100644 (file)
@@ -1,25 +1,35 @@
-timeout 5
+timeout 10
 default saved
 foreground = 16064e
 background = ffffff
-splashimage (hd0,0)/grub/ipfire.xpm.gz
-title IPFire
+gfxmenu /grub/message
+title IPFire (1024x768)
   root (hd0,0)
-  kernel /vmlinuz root=ROOT panic=10 acpi=off vga=791 splash=silent ro
+  kernel /vmlinuz root=ROOT panic=10 vga=791 splash=silent ro
+  initrd /initrd.splash
+  savedefault 0
+title IPFire (VESA)
+  root (hd0,0)
+  kernel /vmlinuz root=ROOT panic=10 ro
   initrd /initrd.splash
-  savedefault
-title IPFire SMP
+  savedefault 1
+title IPFire SMP (1024x768)
   root (hd0,0)
   kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=791 splash=silent ro
   initrd /initrd.splash
-  savedefault
-title IPFire (ACPI enabled)
+  savedefault 2
+title IPFire SMP (VESA)
   root (hd0,0)
-  kernel /vmlinuz root=ROOT panic=10 vga=791 splash=silent ro
+  kernel /vmlinuz-smp root=ROOT panic=10 acpi=off ro
   initrd /initrd.splash
-  savedefault
-title IPFire SMP (ACPI HT enabled)
+  savedefault 3
+title IPFire SMP-HT (Intel Pentium 4) (1024x768)
   root (hd0,0)
   kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=791 splash=silent ro
   initrd /initrd.splash
-  savedefault
+  savedefault 4
+title IPFire SMP-HT (Intel Pentium 4) (VESA)
+  root (hd0,0)
+  kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht ro
+  initrd /initrd.splash
+  savedefault 5