Update documentation

This commit is contained in:
Marcos Vallim 2019-06-29 21:23:37 -03:00
parent 9e2ec8d71c
commit 304a3d43f4
1 changed files with 1 additions and 1 deletions

View File

@ -557,5 +557,5 @@ sudo umount $HOME/live-ubuntu-from-scratch/chroot/run
It is simple and easy, using "dd"
```
dd if=ubuntu-from-scratch.iso of=<device> bs=4M ; sync
sudo dd if=ubuntu-from-scratch.iso of=<device> bs=4M
```