alpine-chroot-install icon indicating copy to clipboard operation
alpine-chroot-install copied to clipboard

Install Alpine Linux in chroot with a breeze. Build ARM on Travis CI or any other x86_64 CI.

Results 15 alpine-chroot-install issues
Sort by recently updated
recently updated
newest added

Alpine 3.17 fails with: ``` > Installing Alpine Linux v3.17 (x86_64) into chroot fetch http://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz (1/14) Installing alpine-baselayout-data (3.4.0-r0) (2/14) Installing musl (1.2.3-r4) (3/14) Installing busybox (1.35.0-r29) Executing...

1. Make a temporary directory and `cd` into it. 2. sudo alpine-chroot-install -d alpine Observe that the chroot is not placed in `alpine`, but it `alpine/alpine`. 3. Destroy the chroot...

I install Alpine via Userland on Android. 1.) I install fish 2.) I run chsh 3.) I enter a wrong path (/bin/fish, instead of /usr/bin/fish Now this ![Screenshot_20230227-151124~2](https://user-images.githubusercontent.com/6344099/221585976-69497430-23ec-4d17-acbd-3443bebb2b20.png) I cannot...

`destroy` script does not canonicalize script path properly and so mount points are incorrectly filtered out. ``` root@router:/tmp/mnt/Sea2T/root-home/alpine-chroot-install# ../alpine3/destroy If you want to remove /mnt/Sea2T/root-home/alpine3 directory, run: ../alpine3/destroy --remove root@router:/tmp/mnt/Sea2T/root-home/alpine-chroot-install#...

Hi, It seems that the `enter-chroot` script is not respecting `/etc/profile` in chroot environment. I am using this tool on a Ubuntu 16.04 LTS in a virutal machine. Regards, yf