diff options
author | Kay Sievers <kay@vrfy.org> | 2013-07-05 14:59:52 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-07-05 14:59:52 +0200 |
commit | 26306aed13e73b6edbc4b3fd7b97e421e152b56b (patch) | |
tree | 794fe75bac2d2ebe2da7bfe66823f73a81e74b60 | |
parent | a8b409dbc9e1e853a0f92d92603d9bb74592b1ff (diff) |
update TODO
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -11,6 +11,14 @@ Bugfixes: * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point. +* stop importing kernel exported env variables. The utterly broken logic in + the kernel exports every kernel command line option which is not recognized + as a built-in module option as an env variable. Systemd should not pass-on + that nonsense, a kernel command line option is a command line option not an + env variable: + $ cat /proc/252/environ + initrd=\6a9857a393724b7a981ebb5b8495b9ea\3.10.0-2.fc20.x86_64\initrd + Fedora 19: * external: maybe it is time to patch procps so that "ps" links to |