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

Fedora? #12

Closed Suppresed closed 6 years ago

Suppresed commented 6 years ago

The usage of apt-get prevents me from using this.

jirutka commented 6 years ago

alpine-chroot-install:9-11:

If qemu-user and binfmt is needed, the script checks if both are available and qemu-user has version >= 2.6. If not, it tries to install them using apt-get. Beside this the script should work on any Linux system.

So if you run it on Fedora and you need to emulate a different architecture than you run on your host (e.g. aarch64 on x86_64), then you just have to just install qemu-user and binfmt yourself and everything should work. There's no other dependency on apt-get.