fix typos
This commit is contained in:
parent
8c0c84f162
commit
fcf6e2fb25
@ -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…
Reference in New Issue
Block a user