[Fai-commit] r3177 - trunk/bin
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Mon Dec 12 15:49:24 UTC 2005
Author: lange
Date: 2005-12-12 15:49:23 +0000 (Mon, 12 Dec 2005)
New Revision: 3177
Modified:
trunk/bin/make-fai-nfsroot
Log:
change order of option to make find in etch happy
Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot 2005-12-12 15:43:36 UTC (rev 3176)
+++ trunk/bin/make-fai-nfsroot 2005-12-12 15:49:23 UTC (rev 3177)
@@ -469,7 +469,7 @@
umount $NFSROOT/dev/pts 1>/dev/null 2>&1 || true
rm -rf $NFSROOT/.??* $NFSROOT/*
# also remove files $NFSROOT/.? but not . and ..
- find $NFSROOT -xdev ! -type d -maxdepth 1 | xargs -r rm -f
+ find $NFSROOT -xdev -maxdepth 1 ! -type d | xargs -r rm -f
fi
# Create a new nfsroot
More information about the Fai-commit
mailing list