From 8f33b5b8b3e85f9c3b00eb004e601f7a72fa6461 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 21 May 2012 20:00:58 +0200 Subject: 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. --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index b147d3aefe..da8bef6548 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. -- cgit v1.2.3-54-g00ecf