Magellan Linux

Contents of /tags/grubby-8_39/test/grub.5

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.5
File size: 385 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=0
2 timeout=10
3 splashimage=(hd0,5)/boot/grub/splash.xpm.gz
4 fallback=1
5
6 title Red Hat Linux (2.4.7-2.5)
7 root (hd0,5)
8 kernel /boot/vmlinuz-2.4.7-2.5 ro root=/dev/hda6
9 initrd /boot/initrd-2.4.7-2.5.img
10
11 title Red Hat Linux (2.4.7-ac3)
12 root (hd0,5)
13 kernel /boot/vmlinuz-2.4.7-ac3 ro root=/dev/hda6
14 initrd /boot/initrd-2.4.7-ac3.img
15
16 title dos
17 root (hd0,0)
18 chainloader +1
19
20
21