From d878edb57a0f66431ce836ac155b10cf9878e1a1 Mon Sep 17 00:00:00 2001 From: Alex Dubois Date: Mon, 4 Mar 2013 21:26:58 +0000 Subject: [PATCH] QubesBuilder changed --- QubesBuilder.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/QubesBuilder.md b/QubesBuilder.md index 238b9e12..1ded2f75 100644 --- a/QubesBuilder.md +++ b/QubesBuilder.md @@ -34,10 +34,12 @@ cp builder.conf.default builder.conf # (make sure to leave no spaces around '=' sign!) # NO_SIGN="1" -# As time of writing this, the default for Qubes 1 VMs is fc15, but latest supported is fc17, so switch to newer one +# As time of writing this, the default for Qubes 1 VMs is fc15, +# but latest supported is fc17, so switch to newer one DISTS_VM="fc17" -# As time of writing this, the default for Qubes 2 Dom0 is fc18 and VMs is fc18 so if you want to build Qubes 2 +# As time of writing this, the default for Qubes 2 Dom0 is fc18 +# and VMs is fc18 so if you want to build Qubes 2 DIST_DOM0="fc18" DIST_VM="fc18" ```