From 6676dad9a53b0e8517060b55c22742a0d2ae1547 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 2 Oct 2012 08:15:42 +0200 Subject: Renaming the boot scripts readme file to fixme to make it even more obvious. --- scripts/boot/FIXME | 30 ++++++++++++++++++++++++++++++ scripts/boot/README | 30 ------------------------------ 2 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 scripts/boot/FIXME delete mode 100644 scripts/boot/README (limited to 'scripts') 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 diff --git a/scripts/boot/README b/scripts/boot/README deleted file mode 100644 index f3c62c5..0000000 --- a/scripts/boot/README +++ /dev/null @@ -1,30 +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 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 -- cgit v1.2.3