summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2009-05-18 14:50:44 -0400
committerHarald Hoyer <harald@redhat.com>2009-05-18 21:00:13 +0200
commit9b4191d065f9e2b489d367bf63527d5e0be95ac9 (patch)
tree9cd9c8573ceca03afc4b9d2c54c9e3b101f50c4b /TODO
parent24987e12a96689da128e7dc0075a92a9b9700c72 (diff)
downloaddracut-9b4191d065f9e2b489d367bf63527d5e0be95ac9.tar.gz
dracut-9b4191d065f9e2b489d367bf63527d5e0be95ac9.tar.bz2
dracut-9b4191d065f9e2b489d367bf63527d5e0be95ac9.zip
Add ideas for how to possibly avoid daemon restarts.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6a87633a..589719e7 100644
--- 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/ )?