Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1332 - (hide annotations) (download)
Fri Jun 3 20:32:19 2011 UTC (12 years, 11 months ago) by niro
Original Path: trunk/grubby/test/grub.6
File size: 506 byte(s)
-forkin standalone grubby
1 niro 532 default=2
2     timeout=10
3     splashimage=(hd0,5)/boot/grub/splash.xpm.gz
4    
5     title Red Hat Linux (2.4.7-2.9)
6     root (hd0,5)
7     kernel /boot/vmlinuz-2.4.7-2.9 ro root=/dev/hda6
8     initrd /boot/initrd-2.4.7-2.9.img
9    
10     title Red Hat Linux (2.4.7-2.5)
11     root (hd0,5)
12     kernel /boot/vmlinuz-2.4.7-2.5 ro root=/dev/hda6
13     initrd /boot/initrd-2.4.7-2.5.img
14    
15     title Red Hat Linux (2.4.7-ac3)
16     root (hd0,5)
17     kernel /boot/vmlinuz-2.4.7-ac3 ro root=/dev/hda6
18     initrd /boot/initrd-2.4.7-ac3.img
19    
20     title dos
21     root (hd0,0)
22     chainloader +1
23    
24    
25