]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: allow use -o together with --all
authorKarel Zak <kzak@redhat.com>
Thu, 31 Oct 2019 11:10:03 +0000 (12:10 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 31 Oct 2019 11:25:08 +0000 (12:25 +0100)
commit34333e5244167a8f6385faa350938ed5cb6d5c0a
tree23900d8e7a7f2c4c6a2abd5e5e812866b890b542
parent7a56878d4b925a282a12917c30b46e4a464bcb07
libmount: allow use -o together with --all

For example:
# mount --verbose --all -t xfs -o ro

will mount all all XFS filesystems from fstab, but read-only.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/context_mount.c
sys-utils/mount.8