/etc/tcos/pxelinux.menu.cfg.tpl 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 37 38 39 40 | DEFAULT __TCOS_MENU_TYPE__
MENU BACKGROUND __TFTP_LOGO_JPG__
PROMPT 0
TIMEOUT 100
ONTIMEOUT tcos
#NOESCAPE 1
#ALLOWOPTIONS 1
#MENU MASTER PASSWD __TCOS_MENU_PASSWD__
MENU TITLE Choose a network boot option....
label tcos
MENU DEFAULT
MENU LABEL ^TCOS default ( RAM > 40 Mb)
KERNEL vmlinuz-__TCOS_KERNEL__
APPEND ramdisk_size=65536 initrd=initramfs-__TCOS_KERNEL__ root=/dev/ram0 boot=tcos quiet
label nfs
MENU LABEL TCOS ^NFS ( RAM < 40 Mb)
KERNEL vmlinuz-__TCOS_KERNEL__
APPEND ramdisk_size=32768 initrd=initramfs-__TCOS_KERNEL__-nfs root=/dev/ram0 boot=tcos quiet
label local
__TCOS_NETBOOT_HIDE_LOCAL__MENU HIDE
MENU LABEL LOCAL ( boot from ^local HDD)
LOCALBOOT 0x80
label install
__TCOS_NETBOOT_HIDE_INSTALL__MENU HIDE
MENU LABEL TCOS ( ^install images on HDD)
KERNEL vmlinuz-__TCOS_KERNEL__
APPEND ramdisk_size=65536 initrd=initramfs-__TCOS_KERNEL__ root=/dev/ram0 boot=tcos quiet startx=N installer
label update
__TCOS_NETBOOT_HIDE_INSTALL__MENU HIDE
MENU LABEL TCOS ( ^update installed images on HDD)
KERNEL vmlinuz-__TCOS_KERNEL__
APPEND ramdisk_size=65536 initrd=initramfs-__TCOS_KERNEL__ root=/dev/ram0 boot=tcos quiet startx=N installer-update
|