mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Fix name error
This commit is contained in:
parent
fcf6e2fb25
commit
1e0295dc65
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ def mount_partition(root_mount_point, partition, partitions):
|
||||||
|
|
||||||
# Mount the subvolumes
|
# Mount the subvolumes
|
||||||
for s in btrfs_subvolumes:
|
for s in btrfs_subvolumes:
|
||||||
mount_option = f"subvol={s[subvolume]}"
|
mount_option = f"subvol={s['subvolume']}"
|
||||||
if libcalamares.utils.mount(device,
|
if libcalamares.utils.mount(device,
|
||||||
mount_point,
|
mount_point,
|
||||||
fstype,
|
fstype,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue