summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-05-21 20:00:58 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-21 20:00:58 +0200
commit8f33b5b8b3e85f9c3b00eb004e601f7a72fa6461 (patch)
treed9166ff2738a5ceeb09beb988652a81eeb1ee83b /TODO
parent2660882b52ae1a5d97a2344633a999d88a3cd45b (diff)
util: rework in_initrd() logic
Checking the device major/minor is not a good idea. Let's replace this with an explicit flag file, which we model after /etc/os-release and call /etc/initrd-release.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index b147d3aef..da8bef654 100644
--- a/TODO
+++ b/TODO
@@ -53,8 +53,6 @@ Features:
* actually queue the new default unit after switch-root
-* remove old root in switch-root logic
-
* improve !/proc/*/loginuid situation: make /proc/*/loginuid less dependent on CONFIG_AUDIT,
or use the users cgroup information when /proc/*/loginuid is not available.