alpine-chroot-live/README.md

11 lines
201 B
Markdown
Raw Normal View History

2021-08-29 21:48:18 +00:00
# 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.