]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/grub/scsigrub.conf
Geaendert:
[people/pmueller/ipfire-2.x.git] / config / grub / scsigrub.conf
1 timeout 5
2 default saved
3 foreground = 16064e
4 background = ffffff
5 splashimage (hd0,0)/grub/ipfire.xpm.gz
6 title IPFire (1024x768)
7 root (hd0,0)
8 kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off vga=791 splash=silent rw
9 initrd /ipfirerd.img
10 savedefault
11 title IPFire (640x480)
12 root (hd0,0)
13 kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off vga=785 splash=silent rw
14 initrd /ipfirerd.img
15 savedefault
16 title IPFire SMP (1024x768)
17 root (hd0,0)
18 kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=791 splash=silent rw
19 initrd /ipfirerd-smp.img
20 savedefault
21 title IPFire SMP (640x480)
22 root (hd0,0)
23 kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=785 splash=silent rw
24 initrd /ipfirerd-smp.img
25 savedefault
26 title IPFire (ACPI enabled) (1024x768)
27 root (hd0,0)
28 kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=791 splash=silent rw
29 initrd /ipfirerd.img
30 savedefault
31 title IPFire (ACPI enabled) (640x480)
32 root (hd0,0)
33 kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=785 splash=silent rw
34 initrd /ipfirerd.img
35 savedefault
36 title IPFire SMP (ACPI HT enabled) (1024x768)
37 root (hd0,0)
38 kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=791 splash=silent rw
39 initrd /ipfirerd-smp.img
40 savedefault
41 title IPFire SMP (ACPI HT enabled) (640x480)
42 root (hd0,0)
43 kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=785 splash=silent rw
44 initrd /ipfirerd-smp.img
45 savedefault