Stephane Eranian 2004-02-23 08:11:30 -05:00 committed by Vincent Batts
commit fb6ce0d596
100 changed files with 20247 additions and 0 deletions

View 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"