Magellan Linux

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

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: 385 byte(s)
tagged 'grubby-8_32'
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