alpine-chroot-live/README.md

11 lines
201 B
Markdown

# Alpine Chroot
To create a base alpine chroot on any alpine system, run:
```sh
chmod +x *.sh
./alpine_init.sh
```
Assuming your current working directory is the directory of the cloned repository.