Actually using root_id would be great
This commit is contained in:
parent
89cbd4ae9c
commit
627289d911
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue