]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/grub/scsigrub.conf
Geaendert:
[people/pmueller/ipfire-2.x.git] / config / grub / scsigrub.conf
index 4b8e72cbc5ccf3c7fdbebbc3802420b71bff6d5a..e0c601efac5897c95936bd4a0d086fa7bc929531 100644 (file)
@@ -3,23 +3,63 @@ default saved
 foreground = 16064e
 background = ffffff
 splashimage (hd0,0)/grub/ipfire.xpm.gz
-title IPFire
+title IPFire (1024x768)
   root (hd0,0)
   kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off vga=791 splash=silent rw
   initrd /ipfirerd.img
   savedefault
-title IPFire SMP
+title IPFire (800x600)
+  root (hd0,0)
+  kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off vga=788 splash=silent rw
+  initrd /ipfirerd.img
+  savedefault
+title IPFire (text)
+  root (hd0,0)
+  kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off rw
+  initrd /ipfirerd.img
+  savedefault
+title IPFire SMP (1024x768)
   root (hd0,0)
   kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=791 splash=silent rw
   initrd /ipfirerd-smp.img
   savedefault
-title IPFire (ACPI enabled)
+title IPFire SMP (800x600)
+  root (hd0,0)
+  kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=788 splash=silent rw
+  initrd /ipfirerd-smp.img
+  savedefault
+title IPFire SMP (text)
+  root (hd0,0)
+  kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off rw
+  initrd /ipfirerd-smp.img
+  savedefault
+title IPFire (ACPI enabled) (1024x768)
   root (hd0,0)
   kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=791 splash=silent rw
   initrd /ipfirerd.img
   savedefault
-title IPFire SMP (ACPI HT enabled)
+title IPFire (ACPI enabled) (800x600)
+  root (hd0,0)
+  kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=788 splash=silent rw
+  initrd /ipfirerd.img
+  savedefault
+title IPFire (ACPI enabled) (text)
+  root (hd0,0)
+  kernel /vmlinuz root=ROOT panic=10 init=/linuxrc rw
+  initrd /ipfirerd.img
+  savedefault
+title IPFire SMP (ACPI HT enabled) (1024x768)
   root (hd0,0)
   kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=791 splash=silent rw
   initrd /ipfirerd-smp.img
   savedefault
+title IPFire SMP (ACPI HT enabled) (800x600)
+  root (hd0,0)
+  kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=788 splash=silent rw
+  initrd /ipfirerd-smp.img
+  savedefault
+title IPFire SMP (ACPI HT enabled) (text)
+  root (hd0,0)
+  kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht rw
+  initrd /ipfirerd-smp.img
+  savedefault