mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2025-03-25 23:25:09 +01:00
use qemu-img convert instead of dmg2img
This commit is contained in:
parent
3413bce435
commit
fc84c11c73
4 changed files with 1 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule "tools/dmg2img-src"]
|
|
||||||
path = tools/dmg2img-src
|
|
||||||
url = https://github.com/foxlet/dmg2img.git
|
|
|
@ -36,4 +36,4 @@ case $argument in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
"$TOOLS/dmg2img" "$TOOLS/FetchMacOS/BaseSystem/BaseSystem.dmg" "$PWD/BaseSystem.img"
|
qemu-img convert -O raw "$TOOLS/FetchMacOS/BaseSystem/BaseSystem.dmg" "$PWD/BaseSystem.img"
|
||||||
|
|
BIN
tools/dmg2img
BIN
tools/dmg2img
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
Subproject commit 86380fd67d5e3ef2896384513a7df1c75fe7ef38
|
|
Loading…
Add table
Reference in a new issue