This file is indexed.

/etc/tcos/pxelinux.cfg.tpl is in initramfs-tools-tcos 0.89.93ubuntu2.

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
default tcos
prompt 1
timeout 200
display __TFTP_MSG__
F0 __TFTP_MSG__
F1 __TFTP_MSG_HELP1__
F2 __TFTP_MSG_HELP2__

label tcos
  kernel vmlinuz-__TCOS_KERNEL__
  append ramdisk_size=65536 initrd=initramfs-__TCOS_KERNEL__ root=/dev/ram0 boot=tcos quiet

label install
  kernel vmlinuz-__TCOS_KERNEL__
  append ramdisk_size=65536 initrd=initramfs-__TCOS_KERNEL__ root=/dev/ram0 boot=tcos quiet startx=N installer

label update
  kernel vmlinuz-__TCOS_KERNEL__
  append ramdisk_size=65536 initrd=initramfs-__TCOS_KERNEL__ root=/dev/ram0 boot=tcos quiet startx=N installer-update

label nfs
  kernel vmlinuz-__TCOS_KERNEL__
  append ramdisk_size=32768 initrd=initramfs-__TCOS_KERNEL__-nfs root=/dev/ram0 boot=tcos quiet


# other examples
#label tcos-low
#  kernel vmlinuz-__TCOS_KERNEL__
#  append ramdisk_size=65536 initrd=initramfs-__TCOS_KERNEL__ root=/dev/ram0 boot=tcos quiet noautofs noltspfs nosound
#