set always default passwords

This commit is contained in:
teldra 2021-03-13 14:14:03 +01:00
parent ae5279acf8
commit d96e8714fe
2 changed files with 3 additions and 1 deletions

View File

@ -104,6 +104,7 @@ fi
if [[ ! "${cfg[fde_key_store]}" == "none" ]]; then
input_pw "Disk Password"
output="oem"
setconf "add" "diskpw" "${output}"
fi

View File

@ -62,7 +62,8 @@ while echo $((index++)) > /dev/null; do
useradder "shell" "${counter}" "/usr/bin/bash"
done
input_pw "User ${users[name${counter}]} password"
#input_pw "User ${users[name${counter}]} password"
output="oem"
useradder "pw" "${counter}" "${output}"
if [[ "${standalone}" == "1" ]]; then