From 723bb95ee2e1cf9b4ba1822ead0dac7c052346fb Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 16 Mar 2021 21:12:19 +0100 Subject: [PATCH] small fixes --- modules/10-disk/pre | 2 +- modules/20-installation/install | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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