Create a proper alpine chroot from a live alpine iso.
Go to file
Clayton Voges 75891d0d4e First commit 2021-08-29 21:48:18 +00:00
ANSWERFILE First commit 2021-08-29 21:48:18 +00:00
README.md First commit 2021-08-29 21:48:18 +00:00
alpine_init.sh First commit 2021-08-29 21:48:18 +00:00
chroot_init.sh First commit 2021-08-29 21:48:18 +00:00

README.md

Alpine Chroot

To create a base alpine chroot on any alpine system, run:

chmod +x *.sh
./alpine_init.sh

Assuming your current working directory is the directory of the cloned repository.