# HG changeset patch # User Pascal Bellard # Date 1330611213 -3600 # Node ID 53a1af07cb88f92621812d3734e977a6b70ca41b # Parent 7af7c96012c372d8e42474fa9e006b36ef63b0c7 setup: use MD5 password diff -r 7af7c96012c3 -r 53a1af07cb88 base-scripts/setup --- a/base-scripts/setup Tue Nov 01 09:56:05 2011 +0100 +++ b/base-scripts/setup Thu Mar 01 15:13:33 2012 +0100 @@ -178,7 +178,7 @@ if [ "$PASS1" != "$PASS2" ]; then msg "Passwords don't match.\nNothing change." else - echo "root:$PASS1" | chpasswd + echo "root:$PASS1" | chpasswd -m fi fi }