Add test for syslinux converter
This commit is contained in:
parent
e29af836d0
commit
d3d2e54911
14 changed files with 411 additions and 0 deletions
19
tests/syslinux/ubuntu10.04/isolinux/txt.cfg
Normal file
19
tests/syslinux/ubuntu10.04/isolinux/txt.cfg
Normal file
|
@ -0,0 +1,19 @@
|
|||
default live
|
||||
label live
|
||||
menu label ^Try Ubuntu without installing
|
||||
kernel /casper/vmlinuz
|
||||
append file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --
|
||||
label live-install
|
||||
menu label ^Install Ubuntu
|
||||
kernel /casper/vmlinuz
|
||||
append file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash --
|
||||
label check
|
||||
menu label ^Check disc for defects
|
||||
kernel /casper/vmlinuz
|
||||
append boot=casper integrity-check initrd=/casper/initrd.lz quiet splash --
|
||||
label memtest
|
||||
menu label Test ^memory
|
||||
kernel /install/mt86plus
|
||||
label hd
|
||||
menu label ^Boot from first hard disk
|
||||
localboot 0x80
|
Loading…
Add table
Add a link
Reference in a new issue