partially working pvh support

This commit is contained in:
Alex Zenla
2024-05-14 02:31:16 -07:00
parent 2ce3a01a6f
commit 620c3a1b2f
6 changed files with 13 additions and 14 deletions

View File

@ -16,10 +16,7 @@ done
apk add xen xen-hypervisor
for SERVICE in xenconsoled xenstored
do
rc-update add "${SERVICE}" default
done
rc-update add xenstored default
for MODULE in xen-netblock xen-blkback tun tap
do