Fix typo
This commit is contained in:
parent
c25961f41f
commit
a57361bc7c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ The following files will be created:
|
||||||
#### WARNING
|
#### WARNING
|
||||||
|
|
||||||
> During the execution of `sudo ./run ./build.sh` host directories `/dev`,
|
> During the execution of `sudo ./run ./build.sh` host directories `/dev`,
|
||||||
> `/dev/pts`, `/proc` and `/sys` are binded info `rootfs/` to provide
|
> `/dev/pts`, `/proc` and `/sys` are binded into `rootfs/` to provide
|
||||||
> environment for chroot. They are unmounted in the end of script.
|
> environment for chroot. They are unmounted in the end of script.
|
||||||
> However, script may fail, so they will remain mounted. If you run
|
> However, script may fail, so they will remain mounted. If you run
|
||||||
> `sudo rm -rf rootfs/`, you can corrupt your host operating system
|
> `sudo rm -rf rootfs/`, you can corrupt your host operating system
|
||||||
|
|
Reference in a new issue