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" }