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.
signature.asc
Description: Digital signature

