diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-25 18:18:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-25 18:18:11 +0100 |
commit | 790838e4f16831f2bb06aeb845b9e2fb0f1d28dd (patch) | |
tree | d95225f653d52a515707485d74632d74bcf3a683 /TODO | |
parent | eece8c6fb5f4d354dcef6fd369e876c4f3a3f163 (diff) |
fstab-generator: rename x-initrd-rootfs.mount to x-initrd.rootfs
This changes the fstab mount option x-initrd-rootfs.mount to
x-initrd.rootfs, in order to only use a single namespace "x-initrd." for
all mount options of the initrd.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -59,8 +59,6 @@ Features: * introduce timers.target and paths.target and automatucally order all timers and paths before it and after sysinit.target. -* x-initrd-rootfs.mount in fstab-generator needs to go or get a saner name - * matching against units is currently broken in journalctl. We really need another AND level in the expressions, i.e. sd_journal_add_conjunction(). |