Comment 2 for bug 427288

Revision history for this message
Scott Moser (smoser) wrote :

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