Update README.md

This commit is contained in:
Marcos Tischer Vallim
2019-11-24 15:20:24 -03:00
committed by GitHub
parent f48efd2946
commit d0a3d52636

View File

@@ -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
```