A script for generating an Alpine Linux chroot environment compatible with Amazon Kindle devices.
The Amazon Kindle family of devices use a minimal, constrained Linux environment that lacks many of the features found within more complete distributions. This repository allows you to use software which would otherwise be unavailable without needing to make significant modifications to the root filesystem of your Kindle device.
Note: In most cases, you probably won't need to create a chroot environment from scratch and should use one of the pre-generated releases available on the Releases page instead.
- To build a chroot package, run the
build-alpine-chroot.sh
script as root:
sudo ./build-alpine-chroot.sh
- To unpack a chroot package, run the following commands on the Kindle:
cd /mnt/us
tar -xzf alpine-chroot.tar.gz
- The chroot environment needs to be set up before each use. To do this, run the following commands on the Kindle:
cd /mnt/us/alpine-chroot
./launch-chroot.sh start
- To enter the chroot environment, run the following command:
./launch-chroot.sh enter
This script is based upon alpine-kindle script created by schuhumi, who has made it possible to run a full GUI environment within an Alpine chroot!
alpine-kindle-chroot-builder is released under the GPL-3.0 License. See LICENSE for details.