generic/fedora-19-i386-cloud.ks | 3 +++ generic/fedora-19-i386-minimal.ks | 3 +++ generic/fedora-19-i386.ks | 3 +++ 3 files changed, 9 insertions(+) New commits: commit a03cf572d122d4e968da61b2dc1b60053e335d9f Author: Matthew Miller <mattdm@xxxxxxxxxx> Date: Mon May 13 13:08:22 2013 -0400 still need the nosegneg hack for 32-bit xen guests (see bz 651861 and bz 708406) diff --git a/generic/fedora-19-i386-cloud.ks b/generic/fedora-19-i386-cloud.ks index 046f963..f34cbb6 100644 --- a/generic/fedora-19-i386-cloud.ks +++ b/generic/fedora-19-i386-cloud.ks @@ -80,6 +80,9 @@ LABEL=_/ / ext4 defaults 1 1 EOF echo . +# workaround xen performance issue (bz 651861; see also bz 708406) +echo "hwcap 1 nosegneg" > /etc/ld.so.conf.d/libc6-xen.conf + # Kickstart specifies timeout in seconds; syslinux uses 10ths. # 0 means wait forever, so instead we'll go with 1. sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf diff --git a/generic/fedora-19-i386-minimal.ks b/generic/fedora-19-i386-minimal.ks index 2fbdb60..27c2e0a 100644 --- a/generic/fedora-19-i386-minimal.ks +++ b/generic/fedora-19-i386-minimal.ks @@ -84,6 +84,9 @@ LABEL=_/ / ext4 defaults 1 1 EOF echo . +# workaround xen performance issue (bz 651861; see also bz 708406) +echo "hwcap 1 nosegneg" > /etc/ld.so.conf.d/libc6-xen.conf + # Kickstart specifies timeout in seconds; syslinux uses 10ths. # 0 means wait forever, so instead we'll go with 1. sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf diff --git a/generic/fedora-19-i386.ks b/generic/fedora-19-i386.ks index 27989c5..80cf833 100644 --- a/generic/fedora-19-i386.ks +++ b/generic/fedora-19-i386.ks @@ -73,6 +73,9 @@ LABEL=_/ / ext4 defaults 1 1 EOF echo . +# workaround xen performance issue (bz 651861; see also bz 708406) +echo "hwcap 1 nosegneg" > /etc/ld.so.conf.d/libc6-xen.conf + # Kickstart specifies timeout in seconds; syslinux uses 10ths. # 0 means wait forever, so instead we'll go with 1. sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf _______________________________________________ cloud mailing list cloud@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/cloud