File: di-netboot-assistant.conf

package info (click to toggle)
di-netboot-assistant 0.38a%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 224 kB
  • ctags: 32
  • sloc: sh: 1,050; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,005 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#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"