summaryrefslogtreecommitdiff
path: root/scripts/boot/FIXME
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/boot/FIXME')
-rw-r--r--scripts/boot/FIXME30
1 files changed, 30 insertions, 0 deletions
diff --git a/scripts/boot/FIXME b/scripts/boot/FIXME
new file mode 100644
index 0000000..f3c62c5
--- /dev/null
+++ b/scripts/boot/FIXME
@@ -0,0 +1,30 @@
+Note
+----
+
+live-boot is moving from a monolithic script into a proper
+plugin architecture for better maintenance and customization.
+
+Additionally, this will allow us to abstract initramfs-tools
+integration to also support other initrd generators, such as
+dracut.
+
+Unfortunately, from a developers point of view, we could no
+finish this in time for wheezy, but we will finish this for
+jessie. Please excuse the sorry state of the 9990-* scripts.
+From a users point of view, it doesn't matter at all though.
+
+
+Scripts overview
+----------------
+
+00xx initramfs "bootstrapping"
+
+0xxx live-boot internals
+
+1xxx find and mount rootfs
+
+2xxx find and mount persistence
+
+3xxx anything after that involves read or write access to the rootfs
+
+9xxx FIXME