Re: [qubes-users] Minimal builder.conf and template security

2018-08-13 Thread bobthebuilder
I am using this builder.conf : # vim: ft=make ts=4 sw=4 # Ready to use config for full build of the lastest Qubes OS (aka "master"). GIT_BASEURL ?= http://github.com GIT_PREFIX ?= QubesOS/qubes-NO_SIGN ?= 1USE_QUBES_REPO_VERSION=4.0DEBUG=1VERBOSE=3BRANCH ?= release4.0

Re: [qubes-users] Minimal builder.conf and template security

2018-08-13 Thread bobthebuilder
"make qubes" will build everything from source but I'd like to skip as much as I can to build an iso and mostly rely on packages already present in the yum and deb repo. Just building gcc takes more than 12 hours:https://github.com/QubesOS/qubes-issues/issues/3979

Re: [qubes-users] Minimal builder.conf and template security

2018-08-12 Thread 'awokd' via qubes-users
On Sun, August 12, 2018 2:09 pm, Unman wrote: > On Fri, Aug 10, 2018 at 09:01:46PM -, 'awokd' via qubes-users wrote: > >> On Fri, August 10, 2018 6:43 pm, bobthebuil...@tutamail.com wrote: >> >>> What is the minimal configuration for building qubes? I want to build >>> a custom iso minus most

Re: [qubes-users] Minimal builder.conf and template security

2018-08-12 Thread Unman
On Fri, Aug 10, 2018 at 09:01:46PM -, 'awokd' via qubes-users wrote: > On Fri, August 10, 2018 6:43 pm, bobthebuil...@tutamail.com wrote: > > What is the minimal configuration for building qubes? I want to build a > > custom iso minus most of the templates so I only need dom0, netvm, usbvm > >

Re: [qubes-users] Minimal builder.conf and template security

2018-08-10 Thread 'awokd' via qubes-users
On Fri, August 10, 2018 6:43 pm, bobthebuil...@tutamail.com wrote: > What is the minimal configuration for building qubes? I want to build a > custom iso minus most of the templates so I only need dom0, netvm, usbvm > and whonix. Are there any components that always need to build or can the >

[qubes-users] Minimal builder.conf and template security

2018-08-10 Thread bobthebuilder
What is the minimal configuration for building qubes? I want to build a custom iso minus most of the templates so I only need dom0, netvm, usbvm and whonix. Are there any components that always need to build or can the whole iso be build from packages and templates in the yum or deb repository?