also check on L for root user password

This commit is contained in:
Tobias Powalowski 2022-11-25 08:19:30 +01:00
parent 0dfce4447d
commit 300a11c083

View file

@ -111,6 +111,7 @@ configure_system() {
geteditor || return 1
# check for no root password
chroot "${DESTDIR}" passwd -S root | cut -d ' ' -f2 | grep -q NP && set_password
chroot "${DESTDIR}" passwd -S root | cut -d ' ' -f2 | grep -q L && set_password
FILE=""
# main menu loop