initial commit: 1.5.0
[systemrescuecd.git] / overlay-iso-x86 / isolinux / isolinux.cfg
1 default rescuecd
2 append initrd=initram.igz
3 timeout 300
4 prompt 1
5 display f1boot.msg
6 F1 f1boot.msg
7 F2 f2images.msg
8 F3 f3params.msg
9 F4 f4arun.msg
10 F5 f5troubl.msg
11 F6 f6pxe.msg
12 F7 f7net.msg
13 label rescue64
14   kernel rescue64
15   append initrd=initram.igz
16 label altker32
17   kernel altker32
18   append initrd=initram.igz video=ofonly
19 label altker64
20   kernel altker64
21   append initrd=initram.igz video=ofonly
22 label vmlinuz2
23   kernel altker32
24   append initrd=initram.igz video=ofonly
25 label vesa
26   kernel rescuecd
27   append initrd=initram.igz forcevesa
28 label fr
29   kernel rescuecd
30   append initrd=initram.igz setkmap=fr
31 label uk32
32   kernel rescuecd
33   append initrd=initram.igz setkmap=uk
34 label uk64
35   kernel rescue64
36   append initrd=initram.igz setkmap=uk
37 label us
38   kernel rescuecd
39   append initrd=initram.igz setkmap=us
40 label nokeymap
41   kernel rescuecd
42   append initrd=initram.igz setkmap=us
43 label minishell
44   kernel rescuecd
45   append initrd=initram.igz minishell=/bin/ash
46 label rescuehd
47   kernel rescuecd
48   append init=/sbin/init
49 label reschd32
50   kernel rescuecd
51   append init=/sbin/init
52 label reschd64
53   kernel rescue64
54   append init=/sbin/init
55 label memtest
56   kernel /bootdisk/memtestp
57   append -
58 label freedos
59   kernel memdisk
60   append initrd=/bootdisk/freedos.img floppy
61 label ranish
62   kernel memdisk
63   append initrd=/bootdisk/ranish.img floppy
64 label aida
65   kernel memdisk
66   append initrd=/bootdisk/aida.img floppy
67 label hdt
68   kernel memdisk
69   append initrd=/bootdisk/hdt.img floppy
70 label ntpass
71   kernel /ntpasswd/vmlinuz
72   append rw vga=1 initrd=/ntpasswd/initrd.cgz,/ntpasswd/scsi.cgz
73 label ntpasswd
74   kernel /ntpasswd/vmlinuz
75   append rw vga=1 initrd=/ntpasswd/initrd.cgz,/ntpasswd/scsi.cgz
76 label gag
77   kernel memdisk
78   append initrd=/bootdisk/gag.img floppy
79 label dban
80   kernel memdisk
81   append initrd=/bootdisk/dban.img floppy
82 label mhdd
83   kernel memdisk
84   append initrd=/bootdisk/mhdd.img floppy
85 label grubdisk
86   kernel memdisk
87   append initrd=/bootdisk/grubdisk.img floppy
88 label netboot
89   kernel netboot
90   append -
91 label disk1
92   localboot 0x80
93 label disk2
94   localboot 0x81
95 label floppy
96   localboot 0x00
97 label nextboot
98   localboot -1
99