added unattended option to isolinux

This commit is contained in:
Daniel Glanzmann
2008-10-01 14:59:34 +02:00
parent 153b870be8
commit 9428960b88
2 changed files with 4 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
- To test the memory in your system type: 04memtest <ENTER>07.
- To install in unattended mode, type: unattended <ENTER>.

View File

@@ -11,6 +11,9 @@ LABEL novga
LABEL dma
KERNEL vmlinuz
APPEND initrd=instroot root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent ro
LABEL unattended
KERNEL vmlinuz
APPEND ide=nodma initrd=instroot root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent unattended ro
LABEL memtest
KERNEL memtest
APPEND -