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

Last change on this file since 770 was 770, checked in by jrollins, 6 years ago

debirf: see changelog

File size: 514 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_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.