mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Remove unnecessary comment
This commit is contained in:
parent
6d55005da0
commit
0c92a36a53
1 changed files with 0 additions and 3 deletions
|
@ -32,9 +32,6 @@ def pretty_name():
|
||||||
def mount_partition(root_mount_point, partition, partitions):
|
def mount_partition(root_mount_point, partition, partitions):
|
||||||
"""
|
"""
|
||||||
Do a single mount of @p partition inside @p root_mount_point.
|
Do a single mount of @p partition inside @p root_mount_point.
|
||||||
|
|
||||||
The @p partitions are used to handle btrfs special-cases:
|
|
||||||
then subvolumes are created for root and home.
|
|
||||||
"""
|
"""
|
||||||
# Create mount point with `+` rather than `os.path.join()` because
|
# Create mount point with `+` rather than `os.path.join()` because
|
||||||
# `partition["mountPoint"]` starts with a '/'.
|
# `partition["mountPoint"]` starts with a '/'.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue