]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/grub/grub.conf
Fixed some things in the qos cgi
[ipfire-2.x.git] / config / grub / grub.conf
index 543f976552f3d5c2138d8fa5011f3527a52087e5..f0a9d0e6113bea00d9f2afa448dbc48bab7ee01e 100644 (file)
@@ -1,47 +1,36 @@
 timeout 10
-#default saved
-foreground = 16064e
+default saved
+foreground = 6d6963
 background = ffffff
-gfxmenu /grub/message
 #hiddenmenu
-#splashimage (hd0,0)/grub/ipfire.xpm.gz
+splashimage (hd0,0)/grub/ipfire.xpm.gz
 title IPFire (1024x768)
   root (hd0,0)
-  kernel /vmlinuz root=ROOT panic=10 acpi=off vga=791 splash=silent ro
-  initrd /initrd.splash
-  #savedefault
-title IPFire (640x480)
+  kernel /vmlinuz-ipfire root=ROOT panic=10 vga=791 MOUNT
+  initrd /ipfirerd.img
+  savedefault 0
+title IPFire (VESA)
   root (hd0,0)
-  kernel /vmlinuz root=ROOT panic=10 acpi=off vga=785 splash=silent ro
-  initrd /initrd.splash
-  #savedefault
+  kernel /vmlinuz-ipfire root=ROOT panic=10 MOUNT
+  initrd /ipfirerd.img
+  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 SMP (640x480)
+  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=off vga=785 splash=silent ro
-  initrd /initrd.splash
-  #savedefault
-title IPFire (ACPI enabled) (1024x768)
+  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 root=ROOT panic=10 vga=791 splash=silent ro
-  initrd /initrd.splash
-  #savedefault
-title IPFire (ACPI enabled) (640x480)
+  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 root=ROOT panic=10 vga=785 splash=silent ro
-  initrd /initrd.splash
-  #savedefault
-title IPFire SMP (ACPI HT enabled) (1024x768)
-  root (hd0,0)
-  kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=791 splash=silent ro
-  initrd /initrd.splash
-  #savedefault
-title IPFire SMP (ACPI HT enabled) (640x480)
-  root (hd0,0)
-  kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=785 splash=silent ro
-  initrd /initrd.splash
-  #savedefault
+  kernel /vmlinuz-ipfire-smp root=ROOT panic=10 acpi=ht MOUNT
+  initrd /ipfirerd-smp.img
+  savedefault 5