[Fai-commit] r3436 - trunk/conf

fai-repository at svn.debian.org fai-repository at svn.debian.org
Wed Apr 19 14:14:44 UTC 2006


Author: lange
Date: 2006-04-19 14:14:42 +0000 (Wed, 19 Apr 2006)
New Revision: 3436

Modified:
   trunk/conf/menu.lst
Log:
remove syslogd flag, remove unused entries, fix IP address for demohost


Modified: trunk/conf/menu.lst
===================================================================
--- trunk/conf/menu.lst	2006-04-19 13:49:38 UTC (rev 3435)
+++ trunk/conf/menu.lst	2006-04-19 14:14:42 UTC (rev 3436)
@@ -27,27 +27,22 @@
 title Fully Automatic Installation - demohost (pw: installme)
 password installme
 #root (cd)
-kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,createvt,syslogd" FAI_ACTION=install ip=192.168.1.250::::demohost:eth0:off rw
+kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.1.1::::demohost:eth0:off rw
 initrd /boot/initrd.img
 
 title Fully Automatic Installation with GNOME (pw: installme)
 password installme
 root (cd)
-kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,createvt,syslogd" FAI_ACTION=install ip=192.168.1.1::::gnomehost:eth0:off rw
+kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.1.1::::gnomehost:eth0:off rw
 initrd /boot/initrd.img
 
 title Fully Automatic Installation - faiserver (pw: installme)
 password installme
 #root (cd)
-kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,createvt,syslogd" FAI_ACTION=install ip=192.168.1.250::192.168.1.254:255.255.255.0:faiserver:xxx:off rw
+kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.1.250::192.168.1.254:255.255.255.0:faiserver:xxx:off rw
 initrd /boot/initrd.img
 
 title FAI rescue system, no installation
 root (cd)
-kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,syslogd,createvt" FAI_ACTION=sysinfo ip=192.168.1.1::::demohost:eth0:off rw
+kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,createvt" FAI_ACTION=sysinfo ip=192.168.1.1::::demohost:eth0:off rw
 initrd /boot/initrd.img
-
-#title Boot vmlinuz from hda1
-#root (hd0,0)
-#kernel /vmlinuz root=/dev/hda1
-#initrd /initrd.img




More information about the Fai-commit mailing list