util-linux/tests
Karel Zak 0a14cc8bcc libmount: revert X-* and x-* meaning
Let's hope this is last change necessary to cleanup x-* usage:

  x-*  persistent option, stored in utab, available for umount, etc.
  X-*  fstab comment only

mount(8) supports x-mount.mkdir= as well as newly recommended X-mount.mkdir=

Advantages:

 * less invasive
 * does not require exception for x-systemd
 * does not require rename x-initrd to X-initrd

The systemd and dracut users will get the new (=fixed) functionality without a
change in fstab configuration. This is the primary goal.

Disadvantages:

 * not 100% compatible libmount behavior, x-* options have not been
   previously stored in utab. The API is the same, options will be still
   available, but on x-* libmount will write to /run/mount/utab. For now
   it seems only systemd uses x-*, and they like this behavior, so...

Addresses: https://github.com/systemd/systemd/pull/4515
Signed-off-by: Karel Zak <kzak@redhat.com>
2016-12-09 15:36:14 +01:00
..
expected agetty: remove obsolete HAVE_UPDWTMP fallback 2016-12-07 12:35:24 +01:00
helpers agetty: remove obsolete HAVE_UPDWTMP fallback 2016-12-07 12:35:24 +01:00
ts libmount: revert X-* and x-* meaning 2016-12-09 15:36:14 +01:00
.gitignore tests: make compatible with autotools 2012-08-03 21:24:51 +02:00
Makemodule.am tests: style Makefile and make output 2014-05-12 09:57:14 +02:00
commands.sh lsmem: add testcase 2016-11-09 10:02:32 +01:00
functions.sh tests: let lsmod fail silently 2016-11-07 10:51:43 +01:00
run.sh tests: Allow running a single test case from tests/run.sh 2016-08-10 13:59:31 -07:00