This file is indexed.

/etc/fai/menu.lst is in fai-server 3.4.8ubuntu2.

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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# grub menu.lst for fai-cd

# Boot automatically after some secs.
timeout 30

color light-gray/black light-gray/red
default 6

title |
root (cd)
title +------------------------------------------------------+
root (cd)
title |    FAI-CD        (c) Thomas Lange, lange@debian.org  |
root (cd)
title | _VERSIONSTRING_ |
root (cd)
title +------------------------------------------------------+
root (cd)
title |
root (cd)
title |

title boot from local disk
rootnoverify (hd0)
chainloader +1

title Fully Automatic Installation - demohost (pw: installme)
password installme
kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install hostname=demohost
initrd /boot/initrd.img

title Fully Automatic Installation with GNOME (pw: installme)
password installme
kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install hostname=gnomehost
initrd /boot/initrd.img

title Fully Automatic Installation - faiserver (pw: installme)
password installme
kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=install hostname=faiserver
initrd /boot/initrd.img

title FAI rescue system, no installation
kernel /boot/vmlinuz boot=live FAI_FLAGS="verbose,createvt" FAI_ACTION=sysinfo hostname=demohost
initrd /boot/initrd.img