alpinelinux / alpine-chroot-install

Install Alpine Linux in chroot with a breeze. Build ARM on Travis CI or any other x86_64 CI.
MIT License
290 stars 59 forks source link

Speedup and fix umount #33

Open douglas-raillard-arm opened 2 years ago

douglas-raillard-arm commented 2 years ago

closes https://github.com/alpinelinux/alpine-chroot-install/issues/30 and https://github.com/alpinelinux/alpine-chroot-install/issues/31

jirutka commented 2 years ago

I merged the second commit, “Fix umount”, as 8f12e62621db8b7fdd226bca69b8d7f0403140ee. Thanks!

I don’t have time to review the first one right now, I’ll come back to it later.

douglas-raillard-arm commented 2 years ago

Thanks, that was the most important one anyway. Since that PR I switched to a simple chroot based on the official minirootfs so I don't really need the speed boost anymore.

Doing something simiar for alpine-chroot-install would also fix that https://github.com/alpinelinux/alpine-chroot-install/issues/27 and AFAICT it does not need some key setup shenanigan.