Added gnome sub-template

This commit is contained in:
Jason Mehring 2014-10-27 02:29:07 -04:00
parent e586bc1a2f
commit fd7bc22a16
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,26 @@
#!/bin/bash
# vim: set ts=4 sw=4 sts=4 et :
#
# Whonix Post Install Steps (after qubes install)
#
# ------------------------------------------------------------------------------
# Source external scripts
# ------------------------------------------------------------------------------
. $SCRIPTSDIR/vars.sh
# ------------------------------------------------------------------------------
# Configurations
# ------------------------------------------------------------------------------
if [ "$VERBOSE" -ge 2 -o "$DEBUG" == "1" ]; then
set -x
else
set -e
fi
# ------------------------------------------------------------------------------
# Disable gnome network-manager since it will prevent networking
# ------------------------------------------------------------------------------
debug "Disabling gnome network-manager"
chroot "$INSTALLDIR" systemctl disable network-manager

View File

@ -0,0 +1,2 @@
gnome-desktop-environment
gnome-accessibility-themes

View File

@ -0,0 +1,2 @@
gnome-desktop-environment
gnome-accessibility-themes