summaryrefslogtreecommitdiff
path: root/scripts/boot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-08-16 12:20:39 +0200
committerDaniel Baumann <daniel@debian.org>2012-08-16 12:25:45 +0200
commit8775227a9da3328eb25528b24cb1392995bbe16e (patch)
treebb16903f4a5b1e223d77b1027d140628980139dd /scripts/boot
parent2dc6316b33d2bdf0807e72393929c9c1b6e1a383 (diff)
downloadlive-boot-8775227a9da3328eb25528b24cb1392995bbe16e.tar.gz
live-boot-8775227a9da3328eb25528b24cb1392995bbe16e.zip
Updating scripts readme about transition to plugin based architecture.
Diffstat (limited to 'scripts/boot')
-rw-r--r--scripts/boot/README21
1 files changed, 20 insertions, 1 deletions
diff --git a/scripts/boot/README b/scripts/boot/README
index 9ebce20..f3c62c5 100644
--- a/scripts/boot/README
+++ b/scripts/boot/README
@@ -1,4 +1,21 @@
-scripts overview
+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"
@@ -9,3 +26,5 @@ scripts overview
2xxx find and mount persistence
3xxx anything after that involves read or write access to the rootfs
+
+9xxx FIXME