Obviously, the patch should  have been:

--- /usr/sbin/make-fai-nfsroot.orig     2006-01-03 02:18:22.000000000 +0200
+++ /usr/sbin/make-fai-nfsroot  2006-01-03 00:46:29.000000000 +0200
@@ -496,7 +496,7 @@
     umount $NFSROOT/dev/pts 1>/dev/null 2>&1 || true
     rm -rf $NFSROOT/.??* $NFSROOT/*
     # also remove files $NFSROOT/.? but not . and ..
-    find $NFSROOT ! -type d -xdev -maxdepth 1 | xargs -r rm -f
+    find $NFSROOT -xdev -maxdepth 1 ! -type d | xargs -r rm -f
 fi




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to