Add list of chrooted directory #1

Merged
Dryusdan merged 2 commits from add-file-chroot into stable 2021-03-18 16:16:44 +01:00
Showing only changes of commit 3a39354d20 - Show all commits

View file

@ -9,6 +9,7 @@ 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) |
| ZONEINFO | The path where zoneinfo is stored. Find this with `find /usr -type d -name "zoneinfo"` |
| LISTCHROOTFILE | The list file who contain all chrooted directory |
## Use``
`bash chroot.sh --install` copy all dependencies and store it on CHROOTPATH.