Checking for ${overlay}, not ${device} when trying to close ${overlay}.
[debian-live-boot.git] / scripts / boot / FIXME
blobbe8bb321fe054bf3f3304ac85533d565c2a63b4a
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 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.
17 Scripts overview
18 ----------------
20 0xxx    live-boot internals
22 1xxx    find and mount rootfs
24 2xxx    find and mount persistence
26 3xxx    anything after that involves read or write access to the rootfs
28 9xxx    FIXME