This file is indexed.

/etc/tcos/templates/branding-pxelinux.info is in initramfs-tools-tcos 0.89.86.

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
# 
#
#   BRANDING info for TCOS
#
#
#  You can change some default settings in TCOS creating a file
#  in /etc/tcos/templates/ dir
#
#
#  Files allowed:
#
#  pxelinux.menu*.tpl | pxelinux.nomenu*.tpl
#   Add custom menu labels to pxelinux.cfg template
#   Examples:
#
#    Vars:
#     __TCOS_KERNEL__
#
#     pxelinux.menu*.tpl:
#
#        label tcos-custom
#          MENU LABEL TCOS Thin Client Custom Label
#          KERNEL vmlinuz-__TCOS_KERNEL__
#          APPEND ramdisk_size=65536 initrd=initramfs-__TCOS_KERNEL__ root=/dev/ram0 boot=tcos quiet
#
#
#     pxelinux.nomenu*.tpl:
#
#        label tcos-custom
#          kernel vmlinuz-__TCOS_KERNEL__
#          append ramdisk_size=65536 initrd=initramfs-__TCOS_KERNEL__ root=/dev/ram0 boot=tcos quiet
#
#
#
#  If you want to brand another file, please tell me
#