[Fai-commit] r4343 - trunk/conf
lange at alioth.debian.org
lange at alioth.debian.org
Wed Jun 13 20:07:59 UTC 2007
Author: lange
Date: 2007-06-13 20:07:59 +0000 (Wed, 13 Jun 2007)
New Revision: 4343
Modified:
trunk/conf/menu.lst
Log:
fix setting of hostname, instead of using ip=, we now use hostname=
Modified: trunk/conf/menu.lst
===================================================================
--- trunk/conf/menu.lst 2007-06-13 20:04:52 UTC (rev 4342)
+++ trunk/conf/menu.lst 2007-06-13 20:07:59 UTC (rev 4343)
@@ -26,19 +26,19 @@
title Fully Automatic Installation - demohost (pw: installme)
password installme
-kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.1.1::::demohost:eth0:off
+kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.1.1:::::eth0:off hostname=demohost
initrd /boot/initrd.img
title Fully Automatic Installation with GNOME (pw: installme)
password installme
-kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.1.1::::gnomehost:eth0:off
+kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.1.1:::::eth0:off hostname=gnomehost
initrd /boot/initrd.img
title Fully Automatic Installation - faiserver (pw: installme)
password installme
-kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.1.250::192.168.1.254:255.255.255.0:faiserver:xxx:off
+kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install ip=192.168.1.250::192.168.1.254:255.255.255.0::xxx:off hostname=faiserver
initrd /boot/initrd.img
title FAI rescue system, no installation
-kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=sysinfo ip=192.168.1.1::::demohost:eth0:off
+kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=sysinfo ip=192.168.1.1:::::eth0:off hostname=demohost
initrd /boot/initrd.img
More information about the Fai-commit
mailing list