feat: Local drivers (#18)

This commit is contained in:
Kroese 2024-01-15 05:33:59 +01:00 committed by GitHub
parent 32e6b2a77e
commit 1bef943281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,9 +9,6 @@ ARGUMENTS="-tpmdev emulator,id=tpm0,chardev=chrtpm -device tpm-tis,tpmdev=tpm0 $
BASE="$VERSION.iso"
[ -f "$STORAGE/$BASE" ] && return 0
DEST="$STORAGE/drivers.img"
[ ! -f "$DEST" ] && cp /run/drivers.iso "$DEST"
rm -rf "$STORAGE/tmp"
mkdir -p "$STORAGE/tmp"
SCRIPT="$STORAGE/tmp/mido.sh"