1
0
Fork 0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-11-30 06:59:42 +01:00

use qemu-img convert instead of dmg2img

This commit is contained in:
Matthew Farrellee 2020-05-19 07:21:17 -04:00
parent 3413bce435
commit fc84c11c73
4 changed files with 1 additions and 5 deletions

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "tools/dmg2img-src"]
path = tools/dmg2img-src
url = https://github.com/foxlet/dmg2img.git

View file

@ -36,4 +36,4 @@ case $argument in
;;
esac
"$TOOLS/dmg2img" "$TOOLS/FetchMacOS/BaseSystem/BaseSystem.dmg" "$PWD/BaseSystem.img"
qemu-img convert -O raw "$TOOLS/FetchMacOS/BaseSystem/BaseSystem.dmg" "$PWD/BaseSystem.img"

Binary file not shown.

@ -1 +0,0 @@
Subproject commit 86380fd67d5e3ef2896384513a7df1c75fe7ef38