Magellan Linux

Contents of /tags/grubby-8_32/test/grub.6

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 8 months ago) by niro
Original Path: trunk/mkinitrd-magellan/grubby/test/grub.6
File size: 506 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

1 default=2
2 timeout=10
3 splashimage=(hd0,5)/boot/grub/splash.xpm.gz
4
5 title Red Hat Linux (2.4.7-2.9)
6 root (hd0,5)
7 kernel /boot/vmlinuz-2.4.7-2.9 ro root=/dev/hda6
8 initrd /boot/initrd-2.4.7-2.9.img
9
10 title Red Hat Linux (2.4.7-2.5)
11 root (hd0,5)
12 kernel /boot/vmlinuz-2.4.7-2.5 ro root=/dev/hda6
13 initrd /boot/initrd-2.4.7-2.5.img
14
15 title Red Hat Linux (2.4.7-ac3)
16 root (hd0,5)
17 kernel /boot/vmlinuz-2.4.7-ac3 ro root=/dev/hda6
18 initrd /boot/initrd-2.4.7-ac3.img
19
20 title dos
21 root (hd0,0)
22 chainloader +1
23
24
25