This file is indexed.

/usr/share/pyshared/provisioningserver/pxe/config.commissioning.template is in python-maas-provisioningserver 1.2+bzr1373+dfsg-0ubuntu1~12.04.6.

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
DEFAULT execute

LABEL execute
  KERNEL ifcpu64.c32
  APPEND amd64 -- i386

LABEL amd64
  SAY Booting (amd64) under MAAS direction...
  SAY {{kernel_params(arch="amd64") | kernel_command}}
  KERNEL {{kernel_params(arch="amd64") | kernel_path }}
  INITRD {{kernel_params(arch="amd64") | initrd_path }}
  APPEND {{kernel_params(arch="amd64") | kernel_command}}
  IPAPPEND 2

LABEL i386
  SAY Booting (i386) under MAAS direction...
  SAY {{kernel_params(arch="i386") | kernel_command}}
  KERNEL {{kernel_params(arch="i386") | kernel_path }}
  INITRD {{kernel_params(arch="i386") | initrd_path }}
  APPEND {{kernel_params(arch="i386") | kernel_command}}
  IPAPPEND 2