This file is indexed.

/etc/di-netboot-assistant/di-netboot-assistant.conf is in di-netboot-assistant 0.38a+nmu1.

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
#Configuration file for di-netboot-assistant

#TFTP root directory (for netboot).
# You will have to adjust the directory according to the tftp server setting.
TFTP_ROOT=/var/lib/tftpboot

#Download Mirror
# The variable MIRROR_REGEXPS contain a list of space separated sed
# regular expression, to rewrite di-sources.list URLs, to match your
# prefered mirror. for example :
MIRROR_REGEXPS="s=://ftp.debian.org/=://ftp.de.debian.org/debian/="

# Debian-installer arguments.
# The arguments listed here will be appended to the one provided by 
# in debian-installer pristine images (see di-netboot-assistant manpage).
#DI_ARGS="locale=en_US console-keymaps-at/keymap=fr-latin1 mirror/country=manual mirror/http/hostname=http.de.debian.org mirror/http/directory=/debian mirror/http/proxy="

# Boot arguments for installed (target) system.
# The arguments listed here will be appended to the one provided by 
# in debian-installer pristine images (see di-netboot-assistant manpage).
#TARGET_ARGS="vga=791"