From d0a3d52636ed5726e9aeccf1e50d43dd15d2f7e5 Mon Sep 17 00:00:00 2001
From: Marcos Tischer Vallim <tischer@gmail.com>
Date: Sun, 24 Nov 2019 15:20:24 -0300
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 45d3287..a71b9ee 100644
--- a/README.md
+++ b/README.md
@@ -578,5 +578,5 @@ After everything has been installed and preconfigured in the **chrooted** enviro
 
 It is simple and easy, using "dd"
 ```
-sudo dd if=ubuntu-from-scratch.iso of=<device> bs=4M
+sudo dd if=ubuntu-from-scratch.iso of=<device> status=progress oflag=sync
 ```