Multiarch nfsroot for multiarch install?

2014-02-20 Diskussionsfäden Toomas Tamm
Hello! I was struggling with getting multiarch install to work as described in http://wiki.fai-project.org/wiki/Tips_and_tricks, section Debian wheezy and MuliArch [*] . Everything seemed to be done correctly, but FAI kept printing the message WARNING: These unknown packages are removed from

Re: Multiarch nfsroot for multiarch install?

2014-02-20 Diskussionsfäden RenĂ© Bleisch
Hi, I use multi-arch support since quite some time and never got error or warning messages. Thats my script: echo Enable multiarch support $ROOTCMD dpkg --add-architecture i386 $ROOTCMD apt-get update $ROOTCMD apt-get install -y --force-yes ia32-libs echo Install Adobe

Re: Multiarch nfsroot for multiarch install?

2014-02-20 Diskussionsfäden Toomas Tamm
On Thu, Feb 20, 2014 at 07:41:53PM +0100, René Bleisch wrote: echo Enable multiarch support $ROOTCMD dpkg --add-architecture i386 $ROOTCMD apt-get update $ROOTCMD apt-get install -y --force-yes ia32-libs Indeed, that would work, as my own experiments proved as well. What does