mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
06d7151664
Move calls to virStorageBackendFileSystemMountAddOptions earlier so that the options are formatted before the positional arguments. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
mount \
|
|
-o nosuid,noexec,guest \
|
|
-t cifs \
|
|
//example.com/samba_share \
|
|
/mnt/cifs
|