[Pkg-uml-commit] r147 - trunk/src/rootstrap/modules
Mattia Dongili
malattia at costa.debian.org
Sun Aug 20 16:12:00 UTC 2006
Author: malattia
Date: 2006-08-20 16:12:00 +0000 (Sun, 20 Aug 2006)
New Revision: 147
Modified:
trunk/src/rootstrap/modules/base-config
Log:
fix root password setting
Modified: trunk/src/rootstrap/modules/base-config
===================================================================
--- trunk/src/rootstrap/modules/base-config 2006-08-20 15:57:14 UTC (rev 146)
+++ trunk/src/rootstrap/modules/base-config 2006-08-20 16:12:00 UTC (rev 147)
@@ -13,7 +13,7 @@
# password
if [ -n "$root_password" ]; then
- chroot $TARGET chpasswd <<"EOF"
+ chroot $TARGET chpasswd <<EOF
root:$root_password
EOF
fi
More information about the Pkg-uml-commit
mailing list