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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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