1
0
mirror of https://github.com/rancher/os.git synced 2025-09-10 11:11:31 +00:00

Add TPM and MachineRegister support

This commit is contained in:
Darren Shepherd
2021-10-29 12:20:35 -07:00
parent db84312450
commit 901973e5f6
40 changed files with 3390 additions and 291 deletions

6
scripts/qemu-wrapper Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -x -e
BASE=$(dirname $0)/..
docker build -t ros-qemu -f ${BASE}/Dockerfile.kvm ${BASE}
exec docker run -it --rm --net=host -v $(dirname $(pwd)):$(dirname $(pwd)) -w $(pwd) --privileged ros-qemu "$@"