<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/23/2014 04:08 PM, Janosch
      Machowinski wrote:<br>
    </div>
    <blockquote cite="mid:52E1307D.1050506@dfki.de" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Uhm<br>
        chrooting in an ARM debian should not work at all.<br>
        I am confused that it actually does not instantaneously <br>
        crash. As you are giving ARM instructions to an X64 <br>
        CPU...<br>
        Greetings<br>
        &nbsp;&nbsp;&nbsp; Janosch<br>
      </div>
    </blockquote>
    Well, modern software is a miracale, indeed. This works using "qemu
    user emulation" and "binfmt-support", where the system detects
    non-native bytecode and executes it using qemu-handlers. Not fast,
    but flexible. I basically bootstrap into a dir [1] as usual and
    provide the qemu-handler inside the chroot. Then I can chroot-into
    like it is a native bootstrap. Works, kind of ;-) One has to keep
    the limitations of chroot and qemu in mind, though. For the curious,
    I attached my work-in-progress notes...<br>
    <br>
    [1] <a class="moz-txt-link-freetext" href="https://wiki.debian.org/EmDebian/CrossDebootstrap">https://wiki.debian.org/EmDebian/CrossDebootstrap</a>
  </body>
</html>