File: peruser.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 (18 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Sample per-user configuration file for di-netboot-assistant to
# be copied in ~/.di-netboot-assistant/di-netboot-assistant.conf
#
# Read the README file for more information.

# Let's import the system-wide di-netboot-assistant.conf to use it as
# default values. You can comment this out, if you want.
. /etc/di-netboot-assistant/di-netboot-assistant.conf

TFTP_ROOT=~/.di-netboot-assistant/tftpboot
DL_CACHE=~/.di-netboot-assistant/cache
STATUS_LIB=~/.di-netboot-assistant/lib
#TEMPLATES=~/di-netboot-assistant
#reminder: you must create those directory yourself.

#DISOURCELIST=~/.di-netboot-assistant/di-sources.list

# vim: set ft=sh