On Fri, May 01, 2020 at 04:42:16PM -0500, Sven Semmler wrote: > On Fri, May 01, 2020 at 09:20:33PM +0000, Zsolt Bicskey wrote: > > I have a template VM ready, clone the repo but what do I do next? How / > > what do I edit in the builder.conf so I only end up with a package that > > will help with the HVM Clipboard goal? > > I don't know (haven't spend the time) how to do that. But you could use > the setup script to only build the template for the OS you are > interested in (e.g. bionic). The resulting packages will then be in > qubes-packages-mirror-repo/vm-bionic/deb > > I suppose you want at least: > > - qubes-core-agent > - qubes-core-agent-qrexec > - qubes-core-agent-networking > > /Sven >
No need to build the whole template. Run ./setup to configure the targets that you want. The run `make` and you will see a list of potential component targets. Then make sure you only build the vm target rather than the dom0 package by appending `-vm` to the name So `make core-agent-linux-vm` will build all the qubes-core-agent packages - as Sven says, they will be in the qubes-packages-mirror-repo directory. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20200502003829.GA6970%40thirdeyesecurity.org.
