Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2703 - (hide annotations) (download)
Wed Jul 16 10:52:43 2014 UTC (9 years, 9 months ago) by niro
File size: 383 byte(s)
tagged 'grubby-8_32'
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