mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
fix typos
This commit is contained in:
parent
8c0c84f162
commit
fcf6e2fb25
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ def mount_partition(root_mount_point, partition, partitions):
|
|||
for p in partitions:
|
||||
if "mountPoint" not in p or not p["mountPoint"]:
|
||||
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"]]
|
||||
# Check if we need a subvolume for swap file
|
||||
swap_choice = global_storage.value( "partitionChoices" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue