mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Fix a typo
This commit is contained in:
parent
1e0295dc65
commit
1896a38ccc
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ def mount_partition(root_mount_point, partition, partitions):
|
||||||
if "mountPoint" not in p or not p["mountPoint"]:
|
if "mountPoint" not in p or not p["mountPoint"]:
|
||||||
continue
|
continue
|
||||||
if p["mountPoint"] in subvolume_mountpoints and p["mountPoint"] != '/':
|
if p["mountPoint"] in subvolume_mountpoints and p["mountPoint"] != '/':
|
||||||
btrfs_subvolumes = [d for d in btrfs_subvolumes if d['mountPoint'] != p["mountpoint"]]
|
btrfs_subvolumes = [d for d in btrfs_subvolumes if d['mountPoint'] != p["mountPoint"]]
|
||||||
# Check if we need a subvolume for swap file
|
# Check if we need a subvolume for swap file
|
||||||
swap_choice = global_storage.value( "partitionChoices" )
|
swap_choice = global_storage.value( "partitionChoices" )
|
||||||
if swap_choice:
|
if swap_choice:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue