QubesBuilder changed

This commit is contained in:
Alex Dubois 2013-03-06 22:23:49 +00:00
parent 02b4222ae3
commit c8c08e7ca4

View File

@ -33,16 +33,16 @@ The build system is configured via builder.conf file -- one should copy the atta
cp builder.conf.default builder.conf
# edit the builder.conf file and set the following variables:
# (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
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
DIST_DOM0="fc18"
DISTS_VM="fc18"
DIST_DOM0=fc18
DISTS_VM=fc18
```
One additional useful requirement is that 'sudo root' work without any prompt, which is default on most distros (e.g. 'sudo bash' brings you the root shell without asking for any password). This is important as the builder needs to switch to root and then back to user several times during the build process.