mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
feat: Include drivers in image
This commit is contained in:
parent
831d623fdd
commit
7f61deb3fa
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ else
|
|||
fi
|
||||
|
||||
DEST="$STORAGE/drivers.img"
|
||||
[ ! -f "$DEST" ] && cp /run/drivers.img $DEST
|
||||
[ ! -f "$DEST" ] && cp /run/drivers.iso $DEST
|
||||
|
||||
rm -rf "$STORAGE/tmp"
|
||||
mkdir -p "$STORAGE/tmp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue