From 076afb0e3210a40092d84e672fc1767c592d2fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 28 Jul 2014 21:14:28 +0000 Subject: [PATCH] Templates/Debian changed Initial page --- Templates/Debian.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Templates/Debian.md diff --git a/Templates/Debian.md b/Templates/Debian.md new file mode 100644 index 00000000..ecd8a9e6 --- /dev/null +++ b/Templates/Debian.md @@ -0,0 +1,29 @@ +--- +layout: wiki +title: Debian +permalink: /wiki/Templates/Debian/ +--- + +Debian template +=============== + +Debian template is one of the templates made by Qubes community. It should be considered experimental as Qubes developers team use mainly Fedora-based VMs to test new features/updates. + +Install +------- + +It can be installed via the following command: + +``` {.wiki} +[user@dom0 ~]$ sudo qubes-dom0-update --enablerepo=qubes-templates-community qubes-template-debian-8-x64 +``` + +Known issues +------------ + +- gnome-terminal by default is configured to black text on black background +- GTK applications looks ugly (GTK theme not installed/set?) +- Probably not working as netvm or proxyvm (untested as of today) +- Slow VM shutdown - qrexec agent termination takes a while (SIGTERM not handled?) + +If you want to help in improving the template, feel free to [contribute](/wiki/ContributingHowto).