Update README.md

This commit is contained in:
Kron4ek 2021-03-28 21:36:56 +05:00 committed by GitHub
parent 40fb6fabc0
commit d3a7a1ca29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,11 @@ the container.
If you want to use some other distro, then you need to manually obtain it from somewhere.
Also, for the sake of convenience, there are compiled binaries of bwrap and squashfuse and their dependencies (utils.tar) uploaded in this repo, you can use them or you can use your own binaries. Just make sure to set the correct size of the **utils.tar** in the **squashfs-start.sh**.
For the sake of convenience, there are compiled binaries of bwrap and squashfuse and their dependencies (utils.tar) uploaded in this repo, you can use them or you can use your own binaries. Use the **create-utils.sh** script to easily compile your own bwrap and squashfuse. Just make sure to set the correct size of the **utils.tar** in the **squashfs-start.sh**.
```
./create-utils.sh
```
When distro bootsrap is obtained, use the **create-conty.sh** script to pack
everything into a single executable.