Removed RESOLVABLE_MAP_DIR

This commit is contained in:
oddlama 2020-04-25 15:30:29 +02:00
parent db1918e6d5
commit b5b82edd4d
No known key found for this signature in database
GPG Key ID: 88EA325D51D53908
2 changed files with 0 additions and 6 deletions

View File

@ -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?" \

View File

@ -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