mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-06-23 14:14:29 -04:00
QubesBuilder changed
This commit is contained in:
parent
30cc97ecc9
commit
d878edb57a
1 changed files with 4 additions and 2 deletions
|
@ -34,10 +34,12 @@ cp builder.conf.default builder.conf
|
||||||
# (make sure to leave no spaces around '=' sign!)
|
# (make sure to leave no spaces around '=' sign!)
|
||||||
# NO_SIGN="1"
|
# 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"
|
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_DOM0="fc18"
|
||||||
DIST_VM="fc18"
|
DIST_VM="fc18"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue