diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-03-27 17:04:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-03-27 17:04:22 +0200 |
commit | 231931ffba1bca9d8759bbd6f797e56f8c6971fa (patch) | |
tree | afb048b0f4768c100ce2b9435e428f1d2dd3d8a7 /TODO | |
parent | d508ac0ba0c43efa8caacdd8050970efb1e30243 (diff) |
units: don't mount tmpfs on /media anymore
udisks2 doesn't use /media anymore, instead mounts removable media in a
user-private directory beneath /run. /media is hence mostly obsolete and
hence it makes little sense to continue to mount a tmpfs to it.
Distributions should consider dropping the mount point entirely since
nothing uses it anymore.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ Bugfixes: Features: +* dbus upstream still refers to dbus.target and shouldn't + * Make -f in systemctl enable both --follow and --force * ensure that logind sets the syslog facility to AUTH when logging |