]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Add ideas for how to possibly avoid daemon restarts.
authorPeter Jones <pjones@redhat.com>
Mon, 18 May 2009 18:50:44 +0000 (14:50 -0400)
committerHarald Hoyer <harald@redhat.com>
Mon, 18 May 2009 19:00:13 +0000 (21:00 +0200)
TODO

diff --git a/TODO b/TODO
index 6a87633a9565e682a66c340427b65f9760c9c26d..589719e7b22bea046384b52d10919f75c8c1ea98 100644 (file)
--- a/TODO
+++ b/TODO
@@ -57,4 +57,4 @@ Note that our main concern, especially right now, is proving viability of some o
 * run ssh server to enter crypto password or perform debugging (supported by debian)
 * Make it possible to easily extend the initramfs, e.g. by packages that provide additional features to the initramfs, e.g. an ssh server (partly? supported by initramfs-tools in debian. e.g. with /etc/initramfs-tools/hooks)
 * Hook in overlay filesystem like aufs/unionfs (necessary for Debian/Ubuntu LTSP and LiveCD etc.)
-* switchroot without re-running daemons like udev again (not sure if this is possible) 
+* switchroot without re-running daemons like udev again (not sure if this is possible) -- maybe using something based on /dev/ksm ( http://lwn.net/Articles/306704/ )?