diff --git a/modules/10-disk/pre b/modules/10-disk/pre index 5cf27d9..347b42c 100644 --- a/modules/10-disk/pre +++ b/modules/10-disk/pre @@ -103,7 +103,7 @@ if [[ "${cfg[fde_key_store]}" == "notencrypted" ]]; then fi if [[ ! "${cfg[fde_key_store]}" == "none" ]]; then - addpkg cryptsetup + addpkg "cryptsetup" #input_pw "Disk Password" output="oem" setconf "add" "diskpw" "${output}" diff --git a/modules/20-installation/install b/modules/20-installation/install index 5409b6e..0ee47b1 100644 --- a/modules/20-installation/install +++ b/modules/20-installation/install @@ -21,6 +21,7 @@ done if [[ "${#toinstall[@]}" -gt 0 ]]; then #inst "${toinstall[@]}" + echo xbps-install -Sy "${toinstall[@]}" xbps-install -Sy "${toinstall[@]}" else echo nothing to do