[Fai-commit] r4463 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Thu Jul 19 13:37:39 UTC 2007


Author: lange
Date: 2007-07-19 13:37:39 +0000 (Thu, 19 Jul 2007)
New Revision: 4463

Modified:
   trunk/bin/fai-chboot
Log:
nfs options not needed any more.


Modified: trunk/bin/fai-chboot
===================================================================
--- trunk/bin/fai-chboot	2007-07-19 09:31:52 UTC (rev 4462)
+++ trunk/bin/fai-chboot	2007-07-19 13:37:39 UTC (rev 4463)
@@ -28,7 +28,7 @@
 #*********************************************************************
 
 # variable needed: $nfsroot
-$version="version 3.3 16-july-2007";
+$version="version 3.3 18-july-2007";
 
 use Socket;
 use Net::hostent;
@@ -426,8 +426,9 @@
   # create config so host will boot the install kernel
   $kernelname = "kernel vmlinuz-$kernelsuffix";
   $initrd     = "initrd=initrd.img-$kernelsuffix";
-  $rootfs     = "root=/dev/nfs nfsroot=$nfsroot,v3,tcp,rsize=32768,wsize=32768";
-  $bootprot   = "ip=dhcp boot=live";
+#  $rootfs     = "root=/dev/nfs nfsroot=$nfsroot,v3,tcp,rsize=32768,wsize=32768 boot=live";
+  $rootfs     = "root=/dev/nfs nfsroot=$nfsroot boot=live";
+  $bootprot   = "ip=dhcp ";
 
 } elsif ($opt_o) {
   $kernelname = 'localboot 0';




More information about the Fai-commit mailing list