dispvm: do not treat DispVMs as Xen-specific
Theoretically it should work (with some minor modifications) on any hypervisor.
This commit is contained in:
parent
d02aa70e93
commit
64755b2d98
2
Makefile
2
Makefile
@ -66,8 +66,8 @@ endif
|
||||
ifeq ($(BACKEND_VMM),xen)
|
||||
# Currently supported only on xen
|
||||
$(MAKE) install -C qmemman
|
||||
$(MAKE) install -C dispvm
|
||||
endif
|
||||
$(MAKE) install -C dispvm
|
||||
mkdir -p $(DESTDIR)/etc/qubes-rpc/policy
|
||||
mkdir -p $(DESTDIR)/usr/libexec/qubes
|
||||
cp qubes-rpc-policy/qubes.Filecopy.policy $(DESTDIR)/etc/qubes-rpc/policy/qubes.Filecopy
|
||||
|
Loading…
Reference in New Issue
Block a user