From 8b09f07782bd05dfc3e9e7300ba52cea9301fa77 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 11 Feb 2020 17:11:42 +0100 Subject: [PATCH] prepare usb iso: add fdatasync to dd command and document if= Also move the parameters which need adaption further to the back to allow users to edit them "faster" 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 625fc76..2c2eb0c 100644 --- a/pve-installation-media.adoc +++ b/pve-installation-media.adoc @@ -35,10 +35,11 @@ USB flash drive. First find the correct device name of the USB flash drive (see below). Then run the `dd` command. ---- -# dd if=proxmox-ve_*.iso of=/dev/XYZ bs=1M +# dd bs=1M conv=fdatasync if=./proxmox-ve_*.iso of=/dev/XYZ ---- -NOTE: Be sure to replace /dev/XYZ with the correct device name. +NOTE: Be sure to replace /dev/XYZ with the correct device name and adapt the +input filename ('if') path. CAUTION: Be very careful, and do not overwrite the wrong disk! -- 2.39.5