[Fai-commit] r3226 - people/lazyboy/fai-2.9-multidistribution/bin

fai-repository at svn.debian.org fai-repository at svn.debian.org
Mon Jan 9 22:50:41 UTC 2006


Author: lazyboy-guest
Date: 2006-01-09 22:50:41 +0000 (Mon, 09 Jan 2006)
New Revision: 3226

Modified:
   people/lazyboy/fai-2.9-multidistribution/bin/fai-chboot
Log:
setting nfs version to 3 for nfsroot

Modified: people/lazyboy/fai-2.9-multidistribution/bin/fai-chboot
===================================================================
--- people/lazyboy/fai-2.9-multidistribution/bin/fai-chboot	2006-01-09 22:49:13 UTC (rev 3225)
+++ people/lazyboy/fai-2.9-multidistribution/bin/fai-chboot	2006-01-09 22:50:41 UTC (rev 3226)
@@ -222,7 +222,7 @@
 if ($opt_i) {
   # create config so host will boot the install kernel
   $kernelname = 'kernel vmlinuz-install';
-  $rootfs     = "/dev/nfs nfsroot=$nfsroot,v3,rsize=32768,wsize=32768";
+  $rootfs     = "/dev/nfs nfsroot=$nfsroot,v2,rsize=32768,wsize=32768";
   $bootprot   = "ip=dhcp devfs=nomount $action";
 } elsif ($opt_o) {
   $kernelname = 'localboot 0';




More information about the Fai-commit mailing list