From ee824be6fa697ae477e371c9a206a9e8cb719add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 10 Nov 2024 13:34:53 +0100 Subject: [PATCH] Fix neptune install script --- install_scripts/neptune.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_scripts/neptune.sh b/install_scripts/neptune.sh index bc4369a..8c424f9 100755 --- a/install_scripts/neptune.sh +++ b/install_scripts/neptune.sh @@ -33,8 +33,8 @@ EOF sleep 1 while : ; do - cryptsetup --batch-mode luksFormat --iter-time 1000 ${DEVICE}3 - cryptsetup --batch-mode open --tries 1 ${DEVICE}3 cryptpart && break + cryptsetup --batch-mode luksFormat --iter-time 1000 ${DEVICE}p3 + cryptsetup --batch-mode open --tries 1 ${DEVICE}p3 cryptpart && break done pvcreate /dev/mapper/cryptpart