From 54b754ce040d5549d5c58428d2b9c095601e98dc Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 29 Jan 2022 17:01:28 +0100 Subject: initial import --- scripts/enable.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scripts/enable.sh (limited to 'scripts/enable.sh') diff --git a/scripts/enable.sh b/scripts/enable.sh new file mode 100755 index 0000000..24763bb --- /dev/null +++ b/scripts/enable.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +set -ex + +vm="$1" + +VBoxManage setextradata "$vm" VBoxInternal/Devices/adlib/0/Trusted 1 +VBoxManage setextradata "$vm" VBoxInternal/Devices/adlib/0/Config/MirrorPort "0x220" +VBoxManage setextradata "$vm" VBoxInternal/Devices/mpu401/0/Trusted 1 -- cgit v1.2.3