mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Suppress warnings
This commit is contained in:
parent
5b14be93e0
commit
d07b719429
1 changed files with 1 additions and 1 deletions
2
quickget
2
quickget
|
@ -1212,7 +1212,7 @@ function get_macos() {
|
|||
|
||||
if [ -e "${VM_PATH}/RecoveryImage.dmg" ] && [ ! -e "${VM_PATH}/RecoveryImage.img" ]; then
|
||||
echo "Converting RecoveryImage..."
|
||||
qemu-img convert "${VM_PATH}/RecoveryImage.dmg" -O raw "${VM_PATH}/RecoveryImage.img"
|
||||
qemu-img convert "${VM_PATH}/RecoveryImage.dmg" -O raw "${VM_PATH}/RecoveryImage.img" 2>/dev/null
|
||||
fi
|
||||
|
||||
make_vm_config RecoveryImage.img
|
||||
|
|
Loading…
Reference in a new issue