From d2491438aa3890ded2b5e1896c470c9cb3771685 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 21 Oct 2022 12:08:53 +0200 Subject: [PATCH] fix #4307: installation: correct typos in prepare macOS medium section It seems `bs=1m` needs to be `bs=1M` in apple world. Correctly refer to `.dmg` not `.img` and reword slightly. Also, while at it, order the `bs=1M` in the middle, making the target of more accessible for editing after copy + paste. Signed-off-by: Thomas Lamprecht --- pve-installation-media.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pve-installation-media.adoc b/pve-installation-media.adoc index fe1b12a..d1a4a6c 100644 --- a/pve-installation-media.adoc +++ b/pve-installation-media.adoc @@ -70,7 +70,8 @@ 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 @@ -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