qubes-linux-template-builder/scripts_debian/vars.sh
Marek Marczykowski-Górecki 68b7313f8d debian: list version names, multiple version support
Although multiple version not tested thoroughly...
2014-07-26 04:31:42 +02:00

14 lines
376 B
Bash
Executable File

# The codename of the debian version to install.
# jessie = testing, wheezy = stable
DEBIANVERSION=$DIST
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