]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-mount: allow creating tmpfs
authorLuca Boccassi <bluca@debian.org>
Wed, 16 Aug 2023 01:00:47 +0000 (02:00 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 21 Aug 2023 09:45:15 +0000 (11:45 +0200)
commit2322c6c7355a4546930f10fb35e983835c86daeb
treef08e099ba423e90ee0ad7298597109c849ff88a8
parent9175002864d8876f375e0df089d142d239282528
sd-mount: allow creating tmpfs

Mount units can do it, but the command line tool cannot, as it needs a
valid 'what'. If --tmpfs/-T if passed, parse the argument as 'where'
and send a literal 'tmpfs' as the 'what' if not specified.
man/systemd-mount.xml
src/mount/mount-tool.c
test/units/testsuite-74.mount.sh