[Fai-commit] r5406 - in trunk: debian lib
Thomas Lange
lange at alioth.debian.org
Mon May 4 15:11:04 UTC 2009
Author: lange
Date: 2009-05-04 15:11:04 +0000 (Mon, 04 May 2009)
New Revision: 5406
Modified:
trunk/debian/changelog
trunk/lib/subroutines-linux
Log:
subroutines-linux: fix log message
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-05-04 09:08:52 UTC (rev 5405)
+++ trunk/debian/changelog 2009-05-04 15:11:04 UTC (rev 5406)
@@ -1,3 +1,10 @@
+fai (3.2.21) unstable; urgency=low
+
+ [ Thomas Lange ]
+ * subroutines-linux: fix log message
+
+ -- Thomas Lange <lange at debian.org> Mon, 04 May 2009 17:10:29 +0200
+
fai (3.2.20) unstable; urgency=low
[ Thomas Lange ]
Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux 2009-05-04 09:08:52 UTC (rev 5405)
+++ trunk/lib/subroutines-linux 2009-05-04 15:11:04 UTC (rev 5406)
@@ -142,7 +142,7 @@
local dversion=$(dpkg -l debootstrap | grep debootstrap | cut -f7 -d' ')
echo "Creating base system using debootstrap version $dversion"
- echo "Calling debootstrap $1 $FAI_DEBOOTSTRAP_OPTS $FAI_ROOT $2"
+ echo "Calling debootstrap $FAI_DEBOOTSTRAP_OPTS $1 $FAI_ROOT $2"
yes '' | LC_ALL=C debootstrap $FAI_DEBOOTSTRAP_OPTS $1 $FAI_ROOT $2
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
More information about the Fai-commit
mailing list