[Fai-commit] r4036 - trunk/bin

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Tue Sep 26 20:54:13 UTC 2006


Author: lange
Date: 2006-09-26 20:54:13 +0000 (Tue, 26 Sep 2006)
New Revision: 4036

Modified:
   trunk/bin/fai-chboot
Log:
use NFS v3


Modified: trunk/bin/fai-chboot
===================================================================
--- trunk/bin/fai-chboot	2006-09-26 20:08:30 UTC (rev 4035)
+++ trunk/bin/fai-chboot	2006-09-26 20:54:13 UTC (rev 4036)
@@ -28,7 +28,7 @@
 #*********************************************************************
 
 # variable needed: $nfsroot
-$version="version 3.1.2 15-sep-2006";
+$version="version 3.1.3 25-sep-2006";
 
 use Socket;
 use Net::hostent;
@@ -396,7 +396,7 @@
 if ($opt_i) {
   # create config so host will boot the install kernel
   $kernelname = 'kernel vmlinuz-install';
-  $rootfs     = "/dev/nfs nfsroot=$nfsroot,v2,tcp,rsize=32768,wsize=32768";
+  $rootfs     = "/dev/nfs nfsroot=$nfsroot,v3,tcp,rsize=32768,wsize=32768";
   $bootprot   = "ip=dhcp $action";
 } elsif ($opt_o) {
   $kernelname = 'localboot 0';




More information about the Fai-commit mailing list