This file is indexed.

/usr/share/doc/di-netboot-assistant/examples/dnsmasq.conf.multiarch is in di-netboot-assistant 0.41.

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
#Enable built-in tftp server
enable-tftp
tftp-root=/var/lib/tftpboot

#Force the address of the router (or DSL modem)
#dhcp-option=option:router,192.168.0.1

# This host is the only DHCP server (normal situation).
#dhcp-range=192.168.0.81,192.168.0.91

# Second case : There is already a DHCP server on the LAN
# we want to **take-over** some computers.
dhcp-range=vendor:PXEClient,192.168.0.81,192.168.0.91
#or# dhcp-host=vendor:PXEClient,00:1a:6b:38:52:e4
#dhcp-authoritative

dhcp-vendorclass=sun,SUNW.
dhcp-vendorclass=pxe,PXEClient
dhcp-vendorclass=x86,PXEClient:Arch:00000
dhcp-vendorclass=ia64,PXEClient:Arch:00002

#PXELinux' common options
dhcp-option-force=208,f1:00:74:7e			#PXE signature
#PXELinux on x86 arthitectures (both 32 and 64bits, i.e. i386 and amd64)
dhcp-boot=net:x86,debian-installer/pxelinux.0
dhcp-option-force=net:x86,209,::debian-installer/pxelinux.cfg/default
#PXELinux on ia64 (i.e Itaniums architecture/processors)
dhcp-boot=net:ia64,debian-installer/etch/ia64/elilo.efi
dhcp-option-force=net:ia64,209,debian-installer/etch/ia64/elilo.conf
log-dhcp

#Sun netboot
dhcp-boot=net:sun,debian-installer/stable/sparc/boot.img