[Fai-commit] r3543 - trunk/bin
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Tue Jul 11 13:17:12 UTC 2006
Author: lange
Date: 2006-07-11 13:17:11 +0000 (Tue, 11 Jul 2006)
New Revision: 3543
Modified:
trunk/bin/make-fai-nfsroot
Log:
cosmetic fix
Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot 2006-07-11 13:16:54 UTC (rev 3542)
+++ trunk/bin/make-fai-nfsroot 2006-07-11 13:17:11 UTC (rev 3543)
@@ -201,7 +201,7 @@
call_debootstrap() {
local dversion=$(dpkg -l debootstrap | grep debootstrap | cut -f7 -d' ')
- echo "Creating base system for $1 using debootstrap version $dversion."
+ echo "Creating base system for $1 using debootstrap version $dversion"
[ "$verbose" ] && echo "Calling debootstrap $1 $NFSROOT $2"
yes '' | LC_ALL=C call_verbose debootstrap $FAI_DEBOOTSTRAP_OPTS $1 $NFSROOT $2
}
More information about the Fai-commit
mailing list