small fixes

This commit is contained in:
teldra 2021-03-16 21:02:38 +01:00
parent 0a038d2276
commit ef517e8abc
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -7,9 +7,9 @@ module start "disk" "Partition disk"
#umounter "${dest}" || exit
if [[ ! "${cfg[fde_key_store]}" == "none" ]]; then
addpkg cryptsetup
fi
#if [[ ! "${cfg[fde_key_store]}" == "none" ]]; then
# addpkg cryptsetup
#fi
diskid="${cfg[diskid]//-/_}"
if [[ -n "${cfg[wipe]}" ]]; then