]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/usb/prebuilt/syslinux.cfg
c6a9dea4e61f38a23b901fcde8c7bffa76ba2a6b
[bacula/rescue] / rescue / linux / usb / prebuilt / syslinux.cfg
1 DEFAULT persistent
2 GFXBOOT bootlogo
3 APPEND  file=/preseed/kubuntu.seed boot=casper initrd=/casper/initrd.gz --
4 LABEL persistent
5   menu label ^Start Kubuntu saving changes to USB
6   kernel /casper/vmlinuz
7   append  file=/preseed/kubuntu.seed boot=casper persistent initrd=/casper/initrd.gz --
8 LABEL live
9   menu label ^Run Kubuntu without saving changes
10   kernel /casper/vmlinuz
11   append  file=/preseed/kubuntu.seed boot=casper initrd=/casper/initrd.gz --
12 LABEL live-install
13   menu label ^Install Kubuntu
14   kernel /casper/vmlinuz
15   append  file=/preseed/kubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.gz --
16 LABEL rescue
17   menu label ^Rescue a broken system
18   kernel /casper/vmlinuz
19   append  file=/preseed/cli.seed boot=casper persistent rescue/enable=true initrd=/casper/initrd.gz --
20 LABEL memtest
21   menu label Test ^memory
22   kernel mt86plus
23   append -
24 LABEL hd
25   menu label ^Boot from first hard disk
26   localboot 0x80
27   append -
28 DISPLAY isolinux.txt
29 TIMEOUT 300
30 PROMPT 1
31 F1 f1.txt
32 F2 f2.txt
33 F3 f3.txt
34 F4 f4.txt
35 F5 f5.txt
36 F6 f6.txt
37 F7 f7.txt
38 F8 f8.txt
39 F9 f9.txt
40 F0 f10.txt