qubes-linux-template-builder/scripts_debian/vars.sh

27 lines
852 B
Bash
Raw Normal View History

# ------------------------------------------------------------------------------
# Global variables and functions
# ------------------------------------------------------------------------------
. ./functions.sh
2014-04-24 13:42:18 +00:00
# The codename of the debian version to install.
# jessie = testing, wheezy = stable
DEBIANVERSION=$DIST
2014-04-24 13:42:18 +00:00
# Location to grab debian packages
#DEBIAN_MIRROR=http://http.debian.net/debian
#DEBIAN_MIRROR=http://mirror.csclub.uwaterloo.ca/debian/
DEBIAN_MIRROR=http://ftp.ca.debian.org/debian/
# XXX: Is this even used?
2014-04-24 13:42:18 +00:00
EXTRAPKGS="openssh-clients,screen,vim-nox,less"
# XXX: Is this even used?
2014-04-24 13:42:18 +00:00
QUBESDEBIANGIT="http://dsg.is/qubes/"
# XXX: Is this even used?
2014-04-24 13:42:18 +00:00
# make runs the scripts with sudo -E, so HOME is set to /home/user during
# build, which does not exist. We need to write to $HOME/.gnupg so set it
# to something valid.
HOME=/root