Actually using root_id would be great

This commit is contained in:
oddlama 2020-10-03 16:42:03 +02:00
parent 89cbd4ae9c
commit 627289d911
No known key found for this signature in database
GPG Key ID: 88EA325D51D53908
1 changed files with 1 additions and 1 deletions

View File

@ -405,5 +405,5 @@ create_btrfs_raid_layout() {
fi
[[ $size_swap != "false" ]] && \
DISK_ID_SWAP=part_swap_dev0
DISK_ID_ROOT="${root_ids[0]}"
DISK_ID_ROOT="$root_id"
}