multiarch issue with FAI
Thomas Lange
lange at informatik.uni-koeln.de
Wed Aug 26 14:13:06 CEST 2015
>>>>> On Wed, 26 Aug 2015 14:00:48 +0200 (MEST), Andreas Sindermann <sinder at 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
More information about the linux-fai
mailing list