This file is indexed.

/lib/live/boot/FIXME is in live-boot 3.0.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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