alpine-chroot

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:
10
11* `alpine-chroot`:
12	* Chroots into an existing Alpine Linux chroot.
13	* Should work on any Linux distribution, requires cp(1) with -u
14* `alpine-chroot-create`:
15	* Creates and configures a new Alpine Linux chroot
16	* Should work on any Linux distribution, requires apk
17* `alpine-chroot-umount`:
18	* Removes all mounts of an existing Alpine Linux chroot
19	* Should work on any Linux distribution, requires busybox
20
21See also
22--------
23
24* 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-install
26
27License
28-------
29
30This program is free software: you can redistribute it and/or modify it
31under the terms of the GNU General Public License as published by the
32Free Software Foundation, either version 3 of the License, or (at your
33option) any later version.
34
35This program is distributed in the hope that it will be useful, but
36WITHOUT ANY WARRANTY; without even the implied warranty of
37MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
38Public License for more details.
39
40You should have received a copy of the GNU General Public License along
41with this program. If not, see <http://www.gnu.org/licenses/>.