On Tue, Nov 5, 2013 at 8:19 PM, Cyril Brulebois <[email protected]> wrote:
> Mislav Blazevic <[email protected]> (2013-11-05): > > I tried to install i386 Debian system with following command: > > debootstrap --arch i386 jessie . > > After installation finished I chrooted into it and noticed that it > > actually installed amd64 Debian. (after chroot .) uname -m outputs > > x86_64 which is not expected behaviour. > > You most likely want to enable the linux32 personality. Can be done by > entering the chroot with: > (sudo) linux32 chroot $foo > > See also setarch(8). > > If that's the only issue you had, it looks like a non-issue to me? > > Mraw, > KiBi. > Looks like this is non-issue. I apologize for my ignorance.

