source: trunk/debirf/docs/example-profiles/xkiosk/debirf.conf @ 754

Last change on this file since 754 was 754, checked in by jrollins, 5 years ago

debirf: creating example xkiosk profile

File size: 522 bytes
Line 
1# DEBIRF configuration file: this will be sourced by bash
2
3# initial commented values indicate the defaults
4
5# label for debirf system (for hostname and initrd)
6DEBIRF_LABEL="debirf-xkiosk"
7
8# where to build the debirf
9#DEBIRF_BUILDD="~/.debirf/$DEBIRF_LABEL"
10
11# the debirf root, used by plugins
12#DEBIRF_ROOT="$DEBIRF_BUILDD/root"
13
14# Debian mirror
15#DEBIRF_MIRROR="http://mirrors.kernel.org/debian"
16
17# what distribution should debirf be built from?
18#DEBIRF_DISTRO="lenny"
19
20# proxy
21#export http_proxy=http://localhost:3128/
Note: See TracBrowser for help on using the repository browser.