mirror of
https://github.com/dockur/windows.git
synced 2024-11-02 19:51:49 +00:00
feat: Local drivers (#18)
This commit is contained in:
parent
32e6b2a77e
commit
1bef943281
1 changed files with 0 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue