mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Update doc
This commit is contained in:
parent
0f23b8ad5c
commit
20521f278c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def mountPartitions( rootMountPoint, partitions ):
|
||||||
if not partition[ "mountPoint" ]:
|
if not partition[ "mountPoint" ]:
|
||||||
continue
|
continue
|
||||||
# Create mount point with `+` rather than `os.path.join()` because
|
# Create mount point with `+` rather than `os.path.join()` because
|
||||||
# `mountPoint` starts with a '/'.
|
# `partition["mountPoint"]` starts with a '/'.
|
||||||
mountPoint = rootMountPoint + partition[ "mountPoint" ]
|
mountPoint = rootMountPoint + partition[ "mountPoint" ]
|
||||||
mount( partition[ "device" ], mountPoint,
|
mount( partition[ "device" ], mountPoint,
|
||||||
fs = partition.get( "fs" ),
|
fs = partition.get( "fs" ),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue