Update README.md

This commit is contained in:
Lemniskett 2020-11-02 10:00:22 +07:00 committed by GitHub
parent 447bc87104
commit 8530015d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@ Before creating chroot enviroment, edit your username in ```/etc/archbox.conf```
``` ```
sudo archbox --create <archlinux tarball download link> sudo archbox --create <archlinux tarball download link>
``` ```
### Removing chroot enviroment
**IMPORTANT**, Make sure you've unmounted everything in chroot enviroment, if you're unsure which partitions must be unmounted, remove the init script and reboot, then delete the folder.
### Entering chroot enviroment ### Entering chroot enviroment
To enter chroot, do : To enter chroot, do :
``` ```