[Fai-commit] r3190 - in trunk: bin debian

fai-repository at svn.debian.org fai-repository at svn.debian.org
Mon Jan 2 13:00:54 UTC 2006


Author: lange
Date: 2006-01-02 13:00:53 +0000 (Mon, 02 Jan 2006)
New Revision: 3190

Modified:
   trunk/bin/fai-chboot
   trunk/debian/changelog
Log:
use NFS v2 for now


Modified: trunk/bin/fai-chboot
===================================================================
--- trunk/bin/fai-chboot	2005-12-31 13:26:39 UTC (rev 3189)
+++ trunk/bin/fai-chboot	2006-01-02 13:00:53 UTC (rev 3190)
@@ -6,7 +6,7 @@
 # fai-chboot -- manage configuration for network boot
 #
 # This script is part of FAI (Fully Automatic Installation)
-# Copyright (C) 2003-2005 Thomas Lange, lange at informatik.uni-koeln.de
+# Copyright (C) 2003-2006 Thomas Lange, lange at informatik.uni-koeln.de
 # Universitaet zu Koeln
 #
 #*********************************************************************
@@ -28,7 +28,7 @@
 #*********************************************************************
 
 # variable needed: $nfsroot
-$version="version 1.6, 4-dec-2005";
+$version="version 1.6.1, 2-jan-2006";
 
 use Socket;
 use Net::hostent;
@@ -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';

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-12-31 13:26:39 UTC (rev 3189)
+++ trunk/debian/changelog	2006-01-02 13:00:53 UTC (rev 3190)
@@ -2,8 +2,9 @@
 
   * install_packages: add aptitude-r to @commands (closes: #343361)
   * new command fai-statoverride (like dpkg-statoverride)
+  * fai-chboot: use NFS v2 as default until FAI will drop sarge support
 
- -- Thomas Lange <lange at debian.org>  Fri, 30 Dec 2005 16:32:38 +0100
+ -- Thomas Lange <lange at debian.org>  Mon,  2 Jan 2006 14:00:05 +0100
 
 fai (2.9) unstable; urgency=low
 




More information about the Fai-commit mailing list