From bbdd763426ea6223d5e866ea2a52545a52e9a1da Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Sat, 21 May 2016 07:42:21 -0700 Subject: [PATCH] Clean up text --- managing-os/templates/debian.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/managing-os/templates/debian.md b/managing-os/templates/debian.md index 455ded50..15949bd3 100644 --- a/managing-os/templates/debian.md +++ b/managing-os/templates/debian.md @@ -33,23 +33,26 @@ Debian 7 (wheezy) - old stable: [user@dom0 ~]$ sudo qubes-dom0-update qubes-template-debian-7 +(The download will take a while, and there will be no progress indicator.) + Debian 8 (jessie) - stable: [user@dom0 ~]$ sudo qubes-dom0-update qubes-template-debian-8 +(The download will take a while, and there will be no progress indicator.) + Debian 9 (stretch) - testing: A prebuilt template is not yet available, but there are two options for achieving a stretch template: -* build an experimental stretch template from source. +* Build an experimental stretch template from source. -* clone a debian-8 template and then modify /etc/apt/sources.list and -/etc/apt/sources.list.d/qubes-r3.list to pull from stretch repos rather -than jessie repos. After that, an apt-get dist-upgrade followed by a -reboot should Just Work. +* Clone a `debian-8` template and then modify `/etc/apt/sources.list` and +`/etc/apt/sources.list.d/qubes-r3.list` to pull from stretch repos rather +than jessie repos. After that, an `apt-get dist-upgrade` followed by a +reboot should "just work." -Download will take a while and there will be no progress indicator. Known issues ------------