Update README.md

This commit is contained in:
Lemniskett 2020-10-28 10:57:26 +07:00 committed by GitHub
parent dc8165130c
commit d6a223b7ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ To enter chroot, do ```archbox --enter```.
To execute commands inside chroot envirotment, do ```archbox <command>```.
for example, to update chroot, do ```archbox sudo pacman -Syu```.
### Automount filesystem
If you use runit, copy archbox folder inside ```runit/``` and symlink it to whatever your distro store running runit services, if you don't use runit, you may need to create your own init script, or create a cronjob that runs on boot.
If you use runit, copy archbox folder inside ```runit/``` to whatever your distro store runit services and symlink it to whatever your distro store running runit services, if you don't use runit, you may need to create your own init script, or create a cronjob that runs on boot.
### Optional steps
You may want to add this, if you don't want to run archbox chroot without password:
#### Sudo