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

19 lines
581 B
Bash
Raw Normal View History

#!/bin/bash
# ------------------------------------------------------------------------------
# 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
2014-10-28 08:09:55 +00:00
DEBIANVERSION=${DIST}
2014-04-24 13:42:18 +00:00
# Location to grab debian packages
DEBIAN_MIRROR=http://ftp.us.debian.org/debian/
#DEBIAN_MIRROR=http://http.debian.net/debian
#DEBIAN_MIRROR=http://ftp.ca.debian.org/debian/
APT_GET_OPTIONS="-o Dpkg::Options::="--force-confnew" --force-yes -y"