QubesBuilder changed

This commit is contained in:
Alex Dubois 2013-03-04 21:27:50 +00:00
parent d878edb57a
commit c77b882531

View File

@ -41,7 +41,7 @@ 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"
DIST_VM="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.