[Fai-commit] r3963 - trunk/bin

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Fri Sep 15 10:05:38 UTC 2006


Author: lange
Date: 2006-09-15 10:05:37 +0000 (Fri, 15 Sep 2006)
New Revision: 3963

Modified:
   trunk/bin/make-fai-nfsroot
Log:
remove /dev/MAKDEV in the nfsroot, this inhibits the error message
when udev tries to create the symlink /dev/MAKEDEV -> /sbin/MAKEDEV
during startup 


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2006-09-15 10:02:17 UTC (rev 3962)
+++ trunk/bin/make-fai-nfsroot	2006-09-15 10:05:37 UTC (rev 3963)
@@ -258,7 +258,7 @@
 
     # make little changes to nfsroot, because nfsroot is
     # read only for the install clients 
-    rm etc/mtab
+    rm etc/mtab dev/MAKEDEV
     ln -s /proc/mounts etc/mtab
     [ -d "var/lib/discover" ] || mkdir var/lib/discover
     mkdir etc/sysconfig tmp/etc




More information about the Fai-commit mailing list