From Eric Hammond:
| I ended up with the following code when I build images for EC2;
| not sure if it fixes the bug just mentioned:
| http://paste.ubuntu.com/268982/
|> chroot $imagedir apt-get install -y libc6-xen
|> echo 'hwcap 0 nosegneg' > $imagedir/etc/ld.so.conf.d/libc6-xen.conf
|> chroot $imagedir apt-get remove -y libc6-i686 || true
|> chroot $imagedir ldconfig
From Eric Hammond: paste.ubuntu. com/268982/ etc/ld. so.conf. d/libc6- xen.conf
| I ended up with the following code when I build images for EC2;
| not sure if it fixes the bug just mentioned:
| http://
|> chroot $imagedir apt-get install -y libc6-xen
|> echo 'hwcap 0 nosegneg' > $imagedir/
|> chroot $imagedir apt-get remove -y libc6-i686 || true
|> chroot $imagedir ldconfig