From b5b82edd4d361f5bbff4c7f5d0caa86ca8cf2ecc Mon Sep 17 00:00:00 2001 From: oddlama Date: Sat, 25 Apr 2020 15:30:29 +0200 Subject: [PATCH] Removed RESOLVABLE_MAP_DIR --- scripts/functions.sh | 4 ---- scripts/internal_config.sh | 2 -- 2 files changed, 6 deletions(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index 5ca61da..826784f 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -443,10 +443,6 @@ summarize_disk_actions() { } apply_disk_configuration() { - # Clean old resolved ids - rm -rf "$RESOLVABLE_MAP_DIR" &>/dev/null - unset DISK_ID_TO_RESOLVABLE; declare -A -g DISK_ID_TO_RESOLVABLE - summarize_disk_actions ask "Do you really want to apply this disk configuration?" \ diff --git a/scripts/internal_config.sh b/scripts/internal_config.sh index 8cd52ac..5b0c419 100644 --- a/scripts/internal_config.sh +++ b/scripts/internal_config.sh @@ -15,8 +15,6 @@ GENTOO_INSTALL_REPO_BIND="$TMP_DIR/bind" UUID_STORAGE_DIR="$TMP_DIR/uuids" # Backup dir for luks headers LUKS_HEADER_BACKUP_DIR="$TMP_DIR/luks-headers" -# Backup dir for luks headers -RESOLVABLE_MAP_DIR="$TMP_DIR/resolved-uuids" # Flag to track usage of raid (needed to check for mdadm existence) USED_RAID=false