Imported Upstream version 3.10
[debian/elilo] / examples / textmenu_chooser / elilo-textmenu.conf
1 #
2 # force chooser to textmenu
3 chooser=textmenu
4
5 delay=20
6 prompt
7
8 #
9 # the files containing the text (with attributes) to display
10 #
11 message=textmenu-message.msg
12
13 #
14 # files to load when the corresponding function key is pressed
15 #
16 f1=general.msg
17 f2=params.msg
18
19 image=debian/linux
20         label=debian
21         description="Install Debian GNU/Linux"
22         read-only
23         initrd=debian/root.bin
24         root=/dev/ram
25
26 image=debian/linux
27         label=sda1
28         description="Boot Debian Linux, root on sda1"
29         read-only
30         root=/dev/sda1
31
32 image=debian/linux.old
33         label=old
34         description="Boot Debian Linux, old kernel"
35         read-only
36         root=/dev/sda1
37
38 image=debian/linux
39         label=shell
40         description="Execute a shell"
41         read-only
42         initrd=debian/root.bin
43         root=/dev/ram
44         append="init=/bin/sh"
45