test: add baseos qemu enrollment
This commit is contained in:
@@ -6,6 +6,9 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get update
|
||||
apt-get install -y ca-certificates curl git docker.io libguestfs-tools openssl qemu-system-x86 qemu-utils unzip xz-utils
|
||||
|
||||
# libguestfs builds a per-user appliance; the vagrant test user must be able to read the host kernel.
|
||||
chmod a+r /boot/vmlinuz-* || true
|
||||
|
||||
if [ -d /serve.zone ]; then
|
||||
chown -R vagrant:vagrant /serve.zone
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user