installer script: work in progress (6)

This commit is contained in:
Daniel Langbein 2021-05-01 13:45:01 +02:00
parent b801ee7c21
commit fb96ff2b7f

View File

@ -102,4 +102,7 @@ function partition() {
return 1 return 1
;; ;;
esac esac
echo "boot partition: $BOOT_PART"
echo "luks partition: $LUKS_PART"
} }