pre-chroot.sh lusk1

This commit is contained in:
git
2024-06-11 16:55:32 +02:00
parent f789963235
commit 42f11e1ca7

View File

@@ -12,7 +12,7 @@ parted -s -a optimal $DISK mkpart "primary" "ext4" "512MiB" "100%" && \
parted -s $DISK set 2 lvm on && \
#Cryptosetup
cryptsetup luksFormat $DISK\2 && \
cryptsetup luksFormat --type=luks1 $DISK\2 && \
cryptsetup open $DISK\2 lvm-system && \
#Lvm setup