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