mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-12 04:55:30 +00:00
fix #4422: correct hdiutil parameter order
the input file has to come as first positional argument. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
c730e973b7
commit
af9941ba2b
@ -74,7 +74,7 @@ Convert the `.iso` file to `.dmg` format using the convert option of `hdiutil`,
|
||||
for example:
|
||||
|
||||
----
|
||||
# hdiutil convert -format UDRW -o proxmox-ve_*.dmg proxmox-ve_*.iso
|
||||
# hdiutil convert proxmox-ve_*.iso -format UDRW -o proxmox-ve_*.dmg
|
||||
----
|
||||
|
||||
TIP: macOS tends to automatically add '.dmg' to the output file name.
|
||||
|
Loading…
Reference in New Issue
Block a user