Update doc
This commit is contained in:
parent
0f23b8ad5c
commit
20521f278c
@ -44,7 +44,7 @@ def mountPartitions( rootMountPoint, partitions ):
|
||||
if not partition[ "mountPoint" ]:
|
||||
continue
|
||||
# Create mount point with `+` rather than `os.path.join()` because
|
||||
# `mountPoint` starts with a '/'.
|
||||
# `partition["mountPoint"]` starts with a '/'.
|
||||
mountPoint = rootMountPoint + partition[ "mountPoint" ]
|
||||
mount( partition[ "device" ], mountPoint,
|
||||
fs = partition.get( "fs" ),
|
||||
|
Loading…
Reference in New Issue
Block a user