just correct a comment
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 6 Feb 2014 10:12:11 +0000 (11:12 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 6 Feb 2014 10:12:11 +0000 (11:12 +0100)
prep.sh

diff --git a/prep.sh b/prep.sh
index fe47ee0..b503145 100755 (executable)
--- a/prep.sh
+++ b/prep.sh
@@ -50,7 +50,7 @@ pkgsfile=$(pl_locateDistroFile ../build/ $pldistro bootcd.pkgs)
 pl_root_mkfedora $bootcd $pldistro $pkgsfile
 pl_root_tune_image $bootcd
 
-# Add site_admin console account to BootCD: with root priv, and empty passwd
+# Add site_admin console account to BootCD: with root priv, and self passwd
 CRYPT_SA_PASSWORD=$(python -c "import crypt, random, string; salt = [random.choice(string.letters + string.digits + \"./\") for i in range(0,8)] ; print crypt.crypt('site_admin', '\$1\$' + \"\".join(salt) + '\$')")
 chroot ${bootcd} /usr/sbin/useradd -p "$CRYPT_SA_PASSWORD" -o -g 0 -u 0 -m site_admin