[Fai-commit] r3298 - trunk/conf

fai-repository at svn.debian.org fai-repository at svn.debian.org
Mon Mar 20 11:10:08 UTC 2006


Author: lange
Date: 2006-03-20 11:10:08 +0000 (Mon, 20 Mar 2006)
New Revision: 3298

Modified:
   trunk/conf/menu.lst
Log:
add eth0 to ip= definition, this helps if you have more than one NIC
and the kernel like to swap the number of the network cards


Modified: trunk/conf/menu.lst
===================================================================
--- trunk/conf/menu.lst	2006-03-20 10:38:11 UTC (rev 3297)
+++ trunk/conf/menu.lst	2006-03-20 11:10:08 UTC (rev 3298)
@@ -24,24 +24,24 @@
 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::::faiserver::off rw
+kernel /boot/vmlinuz root=/dev/ram0 init=/linuxrc FAI_FLAGS="verbose,createvt,syslogd" FAI_ACTION=install ip=192.168.1.250::::faiserver: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::off rw
+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
 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::off rw
+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:eth0: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::off rw
+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
 initrd /boot/initrd.img
 
 #title Boot vmlinuz from hda1




More information about the Fai-commit mailing list