diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-23 11:54:29 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-23 11:54:29 +0200 |
commit | 11abf70a7746c8884e6fb222eafcf687c289f928 (patch) | |
tree | b60cd3e4207ec0a109a73789a87a676ce62811d0 /setup-alpine.in | |
parent | a93776085a4f67c1b3fc059d161a4e86956542aa (diff) | |
download | alpine-conf-11abf70a7746c8884e6fb222eafcf687c289f928.zip |
setup-alpine: cleanup: remove use of NOCOMMIT
this was (presumabely) originally intended for testing. We use MOCK
instead nowdays.
Diffstat (limited to 'setup-alpine.in')
-rw-r--r-- | setup-alpine.in | 2 |
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 |