]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
added unattended option to isolinux
authorDaniel Glanzmann <dg@ipfire.org>
Wed, 1 Oct 2008 12:59:34 +0000 (14:59 +0200)
committerDaniel Glanzmann <dg@ipfire.org>
Wed, 1 Oct 2008 12:59:34 +0000 (14:59 +0200)
config/syslinux/options.msg
config/syslinux/syslinux.cfg

index d1a977d4f4b6371ccd263e93edd652c73bca432c..54d6e0836475cc4182e29ffca410af8b47395c8a 100644 (file)
@@ -9,7 +9,7 @@
 
  -  To test the memory in your system type: \ f04memtest <ENTER>\ f07.
 
-
+ -  To install in unattended mode, type: unattended <ENTER>.
 
 
 
index 0aa1ec06da0cf4e943915ba7d12005d03cef31ca..15af66e4ac5482d92ddf9af1f23f905a5e79a4fe 100644 (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 -