Various utilities for creating and using Alpine Linux chroots
git clone https://git.8pit.net/alpine-chroot.git
1alpine-chroot 2============= 3 4Various utilities for creating and using Alpine Linux chroots. 5 6Utilities 7--------- 8 9The following scripts are provided by this software:1011* `alpine-chroot`:12 * Chroots into an existing Alpine Linux chroot.13 * Should work on any Linux distribution, requires cp(1) with -u14* `alpine-chroot-create`:15 * Creates and configures a new Alpine Linux chroot16 * Should work on any Linux distribution, requires apk17* `alpine-chroot-umount`:18 * Removes all mounts of an existing Alpine Linux chroot19 * Should work on any Linux distribution, requires busybox2021See also22--------2324* Fabian Affolters alpine-chroot repository: https://git.alpinelinux.org/cgit/user/fab/alpine-chroot/25* Jakub Jirutka alpine-chroot-install: https://github.com/alpinelinux/alpine-chroot-install2627License28-------2930This program is free software: you can redistribute it and/or modify it31under the terms of the GNU General Public License as published by the32Free Software Foundation, either version 3 of the License, or (at your33option) any later version.3435This program is distributed in the hope that it will be useful, but36WITHOUT ANY WARRANTY; without even the implied warranty of37MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General38Public License for more details.3940You should have received a copy of the GNU General Public License along41with this program. If not, see <http://www.gnu.org/licenses/>.