This file is indexed.

/usr/share/syslinux/themes/debian-squeeze/extlinux/menu.cfg is in syslinux-themes-debian-squeeze 12-4.

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
menu hshift 0
menu width 82

menu title Boot menu
include themes/debian-squeeze/stdmenu.cfg
include linux.cfg
include memdisk.cfg
include os-prober.cfg
menu separator
menu begin other
	menu title Other options
	include themes/debian-squeeze/stdmenu.cfg
	label mainmenu
		menu label ^Back..
		menu exit
	include themes/debian-squeeze/other.cfg
menu end