Magellan Linux

Annotation of /tags/grubby-8_32/test/lilo.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: 622 byte(s)
tagged 'grubby-8_32'
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