Fix name error
This commit is contained in:
parent
fcf6e2fb25
commit
1e0295dc65
@ -112,7 +112,7 @@ def mount_partition(root_mount_point, partition, partitions):
|
||||
|
||||
# Mount the subvolumes
|
||||
for s in btrfs_subvolumes:
|
||||
mount_option = f"subvol={s[subvolume]}"
|
||||
mount_option = f"subvol={s['subvolume']}"
|
||||
if libcalamares.utils.mount(device,
|
||||
mount_point,
|
||||
fstype,
|
||||
|
Loading…
Reference in New Issue
Block a user