X-Git-Url: http://git.onelab.eu/?p=sliceimage.git;a=blobdiff_plain;f=build.sh;fp=build.sh;h=60a7904c658cf338a31964899ae7deef8cd21384;hp=53df7543df9ffd4c842880074b4f0ae4f843b229;hb=1092e58fa7aaf995d357858ab842095742108e9b;hpb=43a60b4d89482fd511bc0c34f6206f3bc15a0722 diff --git a/build.sh b/build.sh index 53df754..60a7904 100755 --- a/build.sh +++ b/build.sh @@ -169,6 +169,14 @@ postfile=$(pl_locateDistroFile ../build/ ${pldistro} sliceimage.post) # fix sudoers config [ -f ${vref}/etc/sudoers ] && echo -e "\nDefaults\tlogfile=/var/log/sudo\n" >> ${vref}/etc/sudoers +# make sure 32bit slice images have the right yum config in /etc/yum/vars +# this issue showed on a f18 64bits node hosting a f14 32bits sliver +# this workaround probably means the 32bits sliver does not properly run as a 32bits VM +grep -q i386 ${vref}/etc/slicefamily && { + echo i686 > ${vref}/etc/yum/vars/arch + echo i386 > /etc/yum/vars/basearch +} + # cleanup yum remainings rm -rf ${vref}/build ${vref}/longbuildroot