release 3.4
https://sourceforge.net/projects/elilo/files/elilo/elilo-3.4/
This commit is contained in:
commit
fb6ce0d596
100 changed files with 20247 additions and 0 deletions
45
examples/textmenu_chooser/elilo-textmenu.conf
Normal file
45
examples/textmenu_chooser/elilo-textmenu.conf
Normal file
|
@ -0,0 +1,45 @@
|
|||
#
|
||||
# force chooser to textmenu
|
||||
chooser=textmenu
|
||||
|
||||
delay=20
|
||||
prompt
|
||||
|
||||
#
|
||||
# the files containing the text (with attributes) to display
|
||||
#
|
||||
message=textmenu-message.msg
|
||||
|
||||
#
|
||||
# files to load when the corresponding function key is pressed
|
||||
#
|
||||
f1=general.msg
|
||||
f2=params.msg
|
||||
|
||||
image=debian/linux
|
||||
label=debian
|
||||
description="Install Debian GNU/Linux"
|
||||
read-only
|
||||
initrd=debian/root.bin
|
||||
root=/dev/ram
|
||||
|
||||
image=debian/linux
|
||||
label=sda1
|
||||
description="Boot Debian Linux, root on sda1"
|
||||
read-only
|
||||
root=/dev/sda1
|
||||
|
||||
image=debian/linux.old
|
||||
label=old
|
||||
description="Boot Debian Linux, old kernel"
|
||||
read-only
|
||||
root=/dev/sda1
|
||||
|
||||
image=debian/linux
|
||||
label=shell
|
||||
description="Execute a shell"
|
||||
read-only
|
||||
initrd=debian/root.bin
|
||||
root=/dev/ram
|
||||
append="init=/bin/sh"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue