Removing source-only readme file about boot scripts from the binary package.
[live-boot-grml.git] / scripts / boot / README
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 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.
15
16
17 Scripts overview
18 ----------------
19
20 00xx    initramfs "bootstrapping"
21
22 0xxx    live-boot internals
23
24 1xxx    find and mount rootfs
25
26 2xxx    find and mount persistence
27
28 3xxx    anything after that involves read or write access to the rootfs
29
30 9xxx    FIXME