]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount: improve --all documentation regarding swap areas
authorKarel Zak <kzak@redhat.com>
Wed, 22 Oct 2025 08:36:32 +0000 (10:36 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 22 Oct 2025 08:36:32 +0000 (10:36 +0200)
commitbe33a6786b82dc456be347d2b366661100101793
treedfdb613554d7a446c48d7213afa07ce2519df879
parent7f0f877672b7189f20a2429b323ddd475e5d8acd
mount: improve --all documentation regarding swap areas

The --all option description did not mention that swap entries in
fstab are silently ignored. Add a note clarifying this behavior and
pointing users to swapon --all for enabling swap devices and files.

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/mount.8.adoc