Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2982 - (hide annotations) (download)
Thu Jun 30 10:26:53 2016 UTC (7 years, 10 months ago) by niro
File size: 385 byte(s)
tagged 'grubby-8_39'
1 niro 532 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