89luca89 / distrobox

Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
https://distrobox.it/
GNU General Public License v3.0
9.43k stars 385 forks source link

[Discussion] Chrooting into arm/arm64 environment from distrobox #1372

Closed cmonty14 closed 2 months ago

cmonty14 commented 2 months ago

Hi, I'm running distrobox on OpenSuse MicroOS. Now I want to chroot into arm/arm64 environment from standard x86_64 linux. There's a wiki article with instructions here. I prefer Arch linux and deployed a new container using this command: distrobox create --root --name arch-root --image archlinux:latest

However I cannot chroot into the mounted SD card partition.

Therefore my general question: Is it possible to chroot into arm/arm64 environment from distrobox?

THX