diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2017-07-05 14:55:39 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2017-07-05 14:55:39 +0200 |
commit | 3747daa2e531ba3ce8bab5f0459803db61113327 (patch) | |
tree | 1f6afcb0c6ae03c7fa76d4dcaf9668d4258948d7 /man/systemd-mount.xml | |
parent | systemd-mount: support discovery of loop backing file (diff) | |
download | systemd-3747daa2e531ba3ce8bab5f0459803db61113327.tar.xz systemd-3747daa2e531ba3ce8bab5f0459803db61113327.zip |
systemd-mount: support unmounting devices on remote host
The commit 9017f5d88d5061487de53f00a1a8c0a83e41e760 prohibits
to unmount devices on remote host. This makes reenable such feature.
Diffstat (limited to 'man/systemd-mount.xml')
-rw-r--r-- | man/systemd-mount.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-mount.xml b/man/systemd-mount.xml index 18f14b3ed0..63e4fc40f1 100644 --- a/man/systemd-mount.xml +++ b/man/systemd-mount.xml @@ -260,8 +260,8 @@ which can be mount points, devices, <filename>/etc/fstab</filename> style node names, or backing files corresponding to loop devices, like <command>systemd-mount --umount /path/to/umount /dev/sda1 UUID=xxxxxx-xxxx LABEL=xxxxx /path/to/disk.img</command>. - </para> - </listitem> + Note that when <option>-H</option> or <option>-M</option> is specified, only absolute paths to mount points are + supported.</para></listitem> </varlistentry> <xi:include href="user-system-options.xml" xpointer="user" /> |