]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-installation-media.adoc
package repos: fix ceph enterprise repo url
[pve-docs.git] / pve-installation-media.adoc
index fe1b12a78ddb4083f02e584e8d6dc708831609e7..0e6bb37beb763d7a550ef79b2fb1007caeb9eee2 100644 (file)
@@ -70,10 +70,11 @@ Instructions for macOS
 
 Open the terminal (query Terminal in Spotlight).
 
-Convert the .iso file to .img using the convert option of `hdiutil` for example.
+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.
@@ -95,7 +96,7 @@ device node has been assigned to it. (e.g., /dev/diskX).
 NOTE: replace X with the disk number from the last command.
 
 ----
-# sudo dd if=proxmox-ve_*.dmg of=/dev/rdiskX bs=1m
+# sudo dd if=proxmox-ve_*.dmg bs=1M of=/dev/rdiskX
 ----
 
 NOTE: 'rdiskX', instead of 'diskX', in the last command is intended. It will