[Fai-commit] r3959 - in trunk: bin man

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Fri Sep 15 09:27:12 UTC 2006


Author: lange
Date: 2006-09-15 09:27:12 +0000 (Fri, 15 Sep 2006)
New Revision: 3959

Modified:
   trunk/bin/fai-chboot
   trunk/man/fai-chboot.8
Log:
remove devfs=nomount 


Modified: trunk/bin/fai-chboot
===================================================================
--- trunk/bin/fai-chboot	2006-09-14 15:48:28 UTC (rev 3958)
+++ trunk/bin/fai-chboot	2006-09-15 09:27:12 UTC (rev 3959)
@@ -28,7 +28,7 @@
 #*********************************************************************
 
 # variable needed: $nfsroot
-$version="version 3.1 12-sep-2006";
+$version="version 3.1.1 15-sep-2006";
 
 use Socket;
 use Net::hostent;
@@ -397,7 +397,7 @@
   # create config so host will boot the install kernel
   $kernelname = 'kernel vmlinuz-install';
   $rootfs     = "/dev/nfs nfsroot=$nfsroot,v2,tcp,rsize=32768,wsize=32768";
-  $bootprot   = "ip=dhcp devfs=nomount $action";
+  $bootprot   = "ip=dhcp $action";
 } elsif ($opt_o) {
   $kernelname = 'localboot 0';
   $rootfs   = '';

Modified: trunk/man/fai-chboot.8
===================================================================
--- trunk/man/fai-chboot.8	2006-09-14 15:48:28 UTC (rev 3958)
+++ trunk/man/fai-chboot.8	2006-09-15 09:27:12 UTC (rev 3959)
@@ -1,5 +1,5 @@
 .\"                                      Hey, EMACS: -*- nroff -*-
-.TH fai-chboot 8 "15 april 2006" "FAI 2.10"
+.TH fai-chboot 8 "15 september" "FAI 3"
 .SH NAME
 fai-chboot \- manage the network boot configuration files
 .SH SYNOPSIS
@@ -62,8 +62,7 @@
 Show simle help and version.
 .TP
 .B \-i
-Set parameters for booting the FAI install kernel. Same as -k "ip=dhcp
-devfs=nomount" vmlinuz-install /dev/nfs. This does not set FAI_ACTION.
+Set parameters for booting the FAI install kernel. Same as -k "ip=dhcp" vmlinuz-install /dev/nfs. This does not set FAI_ACTION.
 .TP
 .B \-I
 Same as -i but also sets FAI_ACTION=install. So a fully automatic




More information about the Fai-commit mailing list