There seem to be a couple of inconsistencies in the systemd.mount.xml
descriptions:

                MountAuto=yes</option> is set in
                <filename>system.conf</filename> (which is the
                default), or if <option>x-systemd.mount</option> is
                specified as mount option,

According to grep there is no code which actually checks for  the
"x-systemd.mount" mount option.

A little further along in the same section/paragraph:

                If
                <option>x-systemd.automount</option> is set, an
                automount unit will be created for the file

The code actually checks for x-systemd-automount (core/mount.c:360)
                 rather than x-systemd.automount
                                      ^

Regards,

_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to