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= bs=4M +sudo dd if=ubuntu-from-scratch.iso of= status=progress oflag=sync ```