summaryrefslogtreecommitdiff
path: root/setup-alpine.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-alpine.in')
-rw-r--r--setup-alpine.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-alpine.in b/setup-alpine.in
index dc25f67..8b02617 100644
--- a/setup-alpine.in
+++ b/setup-alpine.in
@@ -154,7 +154,7 @@ grep '^iface.*dhcp' $ROOT/etc/network/interfaces > /dev/null ||\
$PREFIX/sbin/setup-dns ${DNSOPTS}
# set root password
-if [ -z "$NOCOMMIT" ] && [ -z "$empty_root_password" ]; then
+if [ -z "$empty_root_password" ]; then
while ! passwd ; do
echo "Please retry."
done