Update README.md

This commit is contained in:
Marcos Tischer Vallim 2019-07-01 01:06:40 -03:00 committed by GitHub
parent 320ec279d6
commit 20f00e0aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -48,9 +48,9 @@ mkdir $HOME/live-ubuntu-from-scratch
> Reference: https://en.wikipedia.org/wiki/Chroot
1. **Access chroot environment**
```
sudo chroot $HOME/live-ubuntu-from-scratch/chroot
```
```
sudo chroot $HOME/live-ubuntu-from-scratch/chroot
```
2. **Configure mount points, home and locale**
```