mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Adjust comments
This commit is contained in:
parent
1896a38ccc
commit
16bf7925a2
1 changed files with 1 additions and 6 deletions
|
@ -74,12 +74,7 @@ def mount_partition(root_mount_point, partition, partitions):
|
||||||
partition.get("options", "")) != 0:
|
partition.get("options", "")) != 0:
|
||||||
libcalamares.utils.warning("Cannot mount {}".format(device))
|
libcalamares.utils.warning("Cannot mount {}".format(device))
|
||||||
|
|
||||||
# If the root partition is btrfs, we create a subvolume "@"
|
# Special handling for btrfs subvolumes. Create the subvolumes listed in mount.conf
|
||||||
# for the root mount point.
|
|
||||||
# If a separate /home partition isn't defined, we also create
|
|
||||||
# a subvolume "@home".
|
|
||||||
# If a swapfile is used, we also create a subvolume "@swap".
|
|
||||||
# Finally we remount all of the above on the correct paths.
|
|
||||||
if fstype == "btrfs" and partition["mountPoint"] == '/':
|
if fstype == "btrfs" and partition["mountPoint"] == '/':
|
||||||
# Root has been mounted to btrfs volume -> create subvolumes from configuration
|
# Root has been mounted to btrfs volume -> create subvolumes from configuration
|
||||||
btrfs_subvolumes = libcalamares.job.configuration.get("btrfsSubvolumes") or []
|
btrfs_subvolumes = libcalamares.job.configuration.get("btrfsSubvolumes") or []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue