Magellan Linux

Contents of /trunk/grubby/test/yaboot.2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 8 months ago) by niro
Original Path: trunk/mkinitrd-magellan/grubby/test/yaboot.2
File size: 635 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 boot=/dev/sda1
2 partition=sda2
3 init-message="\nWelcome to Red Hat Linux!\nHit <TAB> for boot options.\n\n"
4 install=/usr/lib/yaboot/yaboot
5 nonvram
6 default=test
7 timeout=100
8
9 image=/boot/vmlinux-2.4.9-23.19.8
10 label=linux
11 read-only
12 root=/dev/sda2
13
14 image=/boot/zImage-2.4.20
15 label=test
16 read-only
17 root=/dev/sda2
18 append="eeh-force-off console=ttyS0 console=tty"
19
20 image=/boot/vmlinux-2.5.50
21 label=25
22 read-only
23 root=/dev/sda2
24 append="console=ttyS0 console=tty"
25
26 darwin=foo
27
28 image=/boot/vmlinuz-2.5.50-eepro
29 label=25eepro
30 read-only
31 root=/dev/sda2
32 append="console=ttyS0 console=tty"