Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-barratt.org.uk>.
[live-boot-grml.git] / scripts / boot / FIXME
1 Note
2 ----
3
4 live-boot is moving from a monolithic script into a proper
5 plugin architecture for better maintenance and customization.
6
7 Additionally, this will allow us to abstract initramfs-tools
8 integration to also support other initrd generators, such as
9 dracut.
10
11 Unfortunately, from a developers point of view, we could not
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.
15
16
17 Scripts overview
18 ----------------
19
20 0xxx    live-boot internals
21
22 1xxx    find and mount rootfs
23
24 2xxx    find and mount persistence
25
26 3xxx    anything after that involves read or write access to the rootfs
27
28 9xxx    FIXME