mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Update README.md
This commit is contained in:
parent
40fb6fabc0
commit
d3a7a1ca29
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue