Magellan Linux

Annotation of /tags/grubby-8_32/test/grub.3

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (hide 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.3
File size: 383 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 niro 532 #boot=/dev/hda
2     timeout=10
3     splashimage=(hd0,1)/grub/splash.xpm.gz
4     title Red Hat Linux (2.4.7-2smp)
5     root (hd0,1)
6     kernel /vmlinuz-2.4.7-2smp ro root=/dev/hda5 hdd=ide-scsi
7     initrd /initrd-2.4.7-2smp.img
8     title Red Hat Linux-up (2.4.7-2)
9     root (hd0,1)
10     kernel /vmlinuz-2.4.7-2 ro root=/dev/hda5 hdd=ide-scsi
11     initrd /initrd-2.4.7-2.img
12     title DOS
13     rootnoverify (hd0,0)
14     chainloader +1
15    
16