From 918090d9be0d794e5d468c5db954fa3eaddab774 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 11 Nov 2024 22:21:17 +0100 Subject: [PATCH] mapper --- bash/rescue-ovh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/rescue-ovh.sh b/bash/rescue-ovh.sh index 5dee19b..314d452 100644 --- a/bash/rescue-ovh.sh +++ b/bash/rescue-ovh.sh @@ -110,11 +110,11 @@ rescue_wipe_2_make_ovh_vle2() { --checksum "sha256" \ --label "crypt" \ --uuid "00000000-0000-0000-0000-00000000000c" \ - "${device}1" + "/dev/mapper/crypt" # crypt / mount mkdir --parents "/media/crypt" mount --options "autodefrag,compress-force=zstd" \ - "${device}1" "/media/crypt" + "/dev/mapper/crypt" "/media/crypt" # crypt / swap btrfs filesystem mkswapfile \ --size "4g" \