On Thu, May 30, 2019 at 09:56:18AM +0000, ronpunz wrote: > I'm attempting setup a netvm using openbsd. > > I'm following Unman's guide > https://github.com/unman/notes/blob/master/openBSD_as_netvm but "fell at the > first hurdle" i.e. Line No1 states "Install OpenBSD as HVM Template". Does > this mean a standalone template? If so I've successfully completed this > stage, but, am unable to proceed to line No2 " Create netvm "openFW" using > OpenBSD as template" - as I understand it an appvm cannot be created from a > standalone template. That being the case, it looks like I need to create an > openbsd template - but how? I need either source code to build it or a > repository to download it? As far as I'm aware, neither exists? > > Any help would appreciated
Those are notes, not really intended as a guide. What you need is: qvm-create --class TemplateVM openBSD --property virt_mode=HVM --property kernel='' -l purple qvm-create -t openBSD --property virt_mode=HVM --property kernel='' -l purple open -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20190531005144.qeq3eldzwo7bn435%40thirdeyesecurity.org. For more options, visit https://groups.google.com/d/optout.
