Mise à jour de 'README.md'

This commit is contained in:
Dryusdan 2021-03-17 23:47:34 +01:00
parent e22e999be6
commit 25d3d380ea
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ To use it, edit chroot.sh and edit 3 variables :
| -------- | ----------- | | -------- | ----------- |
| CHROOTPATH | The path where this script store all files, bin, lib needed to chroot website (create this before) | | CHROOTPATH | The path where this script store all files, bin, lib needed to chroot website (create this before) |
| ZONEINFO | The path where zoneinfo is stored. Find this with `find /usr -type d -name "zoneinfo"` | | ZONEINFO | The path where zoneinfo is stored. Find this with `find /usr -type d -name "zoneinfo"` |
| libnss_dns | The path where libnss_dns lib is stored. Use `find /lib /usr/lib -name libnss_dns.so.2` to find lib. |
## Use`` ## Use``
`bash chroot.sh --install` copy all dependencies and store it on CHROOTPATH. `bash chroot.sh --install` copy all dependencies and store it on CHROOTPATH.