[systemd-commits] 2 commits - TODO man/systemd.conf.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Mon Jan 14 11:38:06 PST 2013
TODO | 2 ++
man/systemd.conf.xml | 15 ++++++++++++++-
2 files changed, 16 insertions(+), 1 deletion(-)
New commits:
commit e5e991a11c7749f8cb424e99ca4206264b0cf836
Author: Lennart Poettering <lennart at poettering.net>
Date: Mon Jan 14 20:37:12 2013 +0100
core: document that JoinControllers= might be ineffective in initrd uses
https://bugzilla.redhat.com/show_bug.cgi?id=875531
diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml
index a6be932..da3c7f7 100644
--- a/man/systemd.conf.xml
+++ b/man/systemd.conf.xml
@@ -134,7 +134,20 @@
'cpu,cpuacct'. Pass an empty string to
ensure that systemd mounts all
controllers in separate
- hierarchies.</para></listitem>
+ hierarchies.</para>
+
+ <para>Note that this option is only
+ applied once, at very early boot. If
+ you use an initial RAM disk (initrd)
+ that uses systemd it might hence be
+ necessary to rebuild the initrd if
+ this option is changed, and make sure
+ the new configuration file is included
+ in it. Otherwise the initrd might
+ mount the controllers in different
+ configuration than intended, and the
+ main system cannot remount them
+ anymore.</para></listitem>
</varlistentry>
<varlistentry>
commit 6eebcda6a260cae878e7329b457c80b53bdc4b49
Author: Lennart Poettering <lennart at poettering.net>
Date: Mon Jan 14 20:34:56 2013 +0100
update TODO
diff --git a/TODO b/TODO
index bbb8d67..e89be55 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,8 @@ F18:
Features:
+* add "loginctl unlock-sessions" as counterpart for "loginctl lock-sessions"
+
* add a man page "systemdall" that lists all of systemd's man pages, inspired by zsh's "zshall" page
* print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word
More information about the systemd-commits
mailing list