summaryrefslogtreecommitdiff
path: root/scripts/boot/FIXME
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-06-24 21:38:08 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-06-24 21:38:08 +0200
commita331218718282c5496ff062a0f6aa55908224862 (patch)
treed42688bb069ed11d54ca122c64884661c2f2bcd8 /scripts/boot/FIXME
parent0aa07bd386f516176364e710e8b9132036c72986 (diff)
downloadlive-boot-a331218718282c5496ff062a0f6aa55908224862.tar.gz
live-boot-a331218718282c5496ff062a0f6aa55908224862.zip
Reorganizing components in source tree.
Diffstat (limited to 'scripts/boot/FIXME')
-rw-r--r--scripts/boot/FIXME28
1 files changed, 0 insertions, 28 deletions
diff --git a/scripts/boot/FIXME b/scripts/boot/FIXME
deleted file mode 100644
index be8bb32..0000000
--- a/scripts/boot/FIXME
+++ /dev/null
@@ -1,28 +0,0 @@
-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 not
-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
-----------------
-
-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