Removed RESOLVABLE_MAP_DIR
This commit is contained in:
parent
db1918e6d5
commit
b5b82edd4d
|
@ -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?" \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue