source: trunk/debirf/docs/example-profiles/minimal/debirf.conf @ 747

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

debirf: a *lot* of changes. see debian/changelog

File size: 523 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-minimal"
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.