>>>>> On Wed, 26 Aug 2015 14:00:48 +0200 (MEST), Andreas Sindermann >>>>> <sin...@thp.uni-koeln.de> said:
> I'm trying to install a 64-bit Ubuntu Linux. To be able to use > acroread and other 32-bit software I'm trying to setup a > multi arch environment using a fai hook to install > the i386 specific libraries: I'm using this for installing acroread and skype on amd64 machines: hooks/updatebase.MYCLASS: . . if ifclass AMD64; then $ROOTCMD dpkg --add-architecture i386 fi . . And then I use these package names in my package_config/DESKTOP: acroread:i386 acroread-escript:i386 acroread-plugins:i386 skype:i386 This works on Debian 7 and 8 with FAI 4.X. -- regards Thomas