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

14 lines
379 B
Bash
Raw Normal View History

2014-04-24 13:42:18 +00:00
# The codename of the debian version to install.
# jessie = testing, wheezy = stable
DEBIANVERSION='jessie'
EXTRAPKGS="openssh-clients,screen,vim-nox,less"
QUBESDEBIANGIT="http://dsg.is/qubes/"
# 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