Adding upstream version 4.0~a6.
[debian-live-boot.git] / scripts / boot / FIXME
blobf3c62c5c44e0d4c2e0ae98f38b6a41ae40f474fa
1 Note
2 ----
4 live-boot is moving from a monolithic script into a proper
5 plugin architecture for better maintenance and customization.
7 Additionally, this will allow us to abstract initramfs-tools
8 integration to also support other initrd generators, such as
9 dracut.
11 Unfortunately, from a developers point of view, we could no
12 finish this in time for wheezy, but we will finish this for
13 jessie. Please excuse the sorry state of the 9990-* scripts.
14 From a users point of view, it doesn't matter at all though.
17 Scripts overview
18 ----------------
20 00xx    initramfs "bootstrapping"
22 0xxx    live-boot internals
24 1xxx    find and mount rootfs
26 2xxx    find and mount persistence
28 3xxx    anything after that involves read or write access to the rootfs
30 9xxx    FIXME