Magellan Linux

Annotation of /tags/grubby-8_32/test/lilo.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/lilo.3
File size: 622 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 prompt
2     timeout=50
3     default=linux
4     boot=/dev/md1
5     map=/boot/map
6     install=/boot/boot.b
7     message=/boot/message
8    
9     image=/boot/vmlinuz-2.4.18-4
10     label=linux-up
11     root=/dev/hda1
12     read-only
13     initrd=/boot/initrd-2.4.18-4.img
14     append="hda=ide-scsi"
15    
16     image=/boot/vmlinuz-2.4.18-4
17     label=single
18     root=/dev/hda1
19     read-only
20     append="single hda=ide-scsi"
21     initrd=/boot/initrd-2.4.18-4.img
22    
23     image=/boot/vmlinuz-2.4.18-4smp
24     label=linux
25     root=/dev/hda2
26     read-only
27     initrd=/boot/initrd-2.4.18-4smp.img
28    
29     image=/boot/vmlinuz-2.4.18-4smp
30     label=linux
31     root=/dev/hda2
32     read-only
33     append = " single hda=ide-scsi "
34     initrd=/boot/initrd-2.4.18-4smp.img