[Fai-commit] r3622 - trunk/bin

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Sat Jul 22 21:16:34 UTC 2006


Author: lange
Date: 2006-07-22 21:16:33 +0000 (Sat, 22 Jul 2006)
New Revision: 3622

Modified:
   trunk/bin/fai-chboot
Log:
make tcp protocol default for nfs, nfs v3 will become default in etch
(kernel 2.6.8 does not work with v3)


Modified: trunk/bin/fai-chboot
===================================================================
--- trunk/bin/fai-chboot	2006-07-22 21:08:06 UTC (rev 3621)
+++ trunk/bin/fai-chboot	2006-07-22 21:16:33 UTC (rev 3622)
@@ -28,7 +28,7 @@
 #*********************************************************************
 
 # variable needed: $nfsroot
-$version="version 2.2.1 20-july-2006";
+$version="version 2.2.2 22-july-2006";
 
 use Socket;
 use Net::hostent;
@@ -379,7 +379,7 @@
 if ($opt_i) {
   # create config so host will boot the install kernel
   $kernelname = 'kernel vmlinuz-install';
-  $rootfs     = "/dev/nfs nfsroot=$nfsroot,v2,rsize=32768,wsize=32768";
+  $rootfs     = "/dev/nfs nfsroot=$nfsroot,v2,tcp,rsize=32768,wsize=32768";
   $bootprot   = "ip=dhcp devfs=nomount $action";
 } elsif ($opt_o) {
   $kernelname = 'localboot 0';




More information about the Fai-commit mailing list