From fb96ff2b7f8b0007360ffc269d1a4a33229b4858 Mon Sep 17 00:00:00 2001 From: langfingaz Date: Sat, 1 May 2021 13:45:01 +0200 Subject: [PATCH] installer script: work in progress (6) --- pkg/de-p1st-installer/lib/block-device.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/de-p1st-installer/lib/block-device.sh b/pkg/de-p1st-installer/lib/block-device.sh index 6a91199..d3bff20 100644 --- a/pkg/de-p1st-installer/lib/block-device.sh +++ b/pkg/de-p1st-installer/lib/block-device.sh @@ -102,4 +102,7 @@ function partition() { return 1 ;; esac + + echo "boot partition: $BOOT_PART" + echo "luks partition: $LUKS_PART" }