:: Re: [DNG] [rrq@mail.rrq.id.au: Re: …
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Mario Marietto
Date:  
À: Didier Kryn
CC: dng
Sujet: Re: [DNG] [rrq@mail.rrq.id.au: Re: Devuan armhf / armel for my Samsung / Google Chromebook model XE303C12 "Snow" ?]
----> If you set up your host for multi-arch, say, armhf then "apt-get
update" will bring in the Packages files for armhf, and in fact you
can accomplish the two stages with the single command:

# debootstrap --arch armhf chimaera /mnt http://deb.devuan.org/merged

That command will set up a chimaera filesystem under /mnt using armhf
software, and then it will chroot into that and perform the stage 2
within that filesystem (using armhf emulation). You may then later use
the same:

# chroot /mnt /bin/bash

----> Maybe I'm going crazy but this is absolutely impossible. You must

you are right. He used debootstrap. It does not work like this. He should
use qemu-debootstrap,that's on beowulf,not on chimaera.

On Wed, Jun 21, 2023 at 4:38 PM Didier Kryn <kryn@???> wrote:

> Le 21/06/2023 à 16:15, Ralph Ronnquist a écrit :
> > That command will set up a chimaera filesystem under /mnt using armhf
> > software, and then it will chroot into that and perform the stage 2
> > within that filesystem (using armhf emulation). You may then later use
> > the same:
> >
> > # chroot /mnt /bin/bash
> >
> > to enter that filesystem and continue adding packages etc; debootstrap
> > will have set up /etc/apt/sources.list within that filesystem and you
> > might edit that as per normal.
>
>      Maybe I'm going crazy but this is absolutely impossible. You must
> not only enter the new filesystem, you must also change the cpu. You
> need qemu for this, certainly not a bare chroot.

>
> --     Didier

>
> _______________________________________________
> Dng mailing list
> Dng@???
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
>



--
Mario.