releasing version 1.160

ubuntu/precise 1.160
Michael Casadevall 14 years ago
parent b8c93a993e
commit 0be57a0934

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (1.160) natty; urgency=critical
* Emergency hack to remove ubiquity-slideshow-* on armel due to python-webkit
causing a segfault (Works aroud LP: #727368)
-- Michael Casadevall <mcasadevall@ubuntu.com> Wed, 02 Mar 2011 11:33:51 -0800
livecd-rootfs (1.159) natty; urgency=low
* create an empty swapfile on ext2/3 images by default, we care for use

@ -577,6 +577,14 @@ Pin-Priority: 900
chroot ${ROOT} dpkg-query -W --showformat='${Package} ${Version}\n' \
> livecd.${FSS}.manifest
# HACK! HACK! HACK!
# Remove ubiquity-slideshow as webkit is completely hosed on armel
if [ "$TARGETARCH" = "armel" ]; then
checkpoint "Removing ubiquity-slideshow"
chroot ${ROOT} apt-get -y --purge remove ubiquity-slideshow-* \
</dev/null || true
fi
checkpoint "Cleaning up"
kill_users

Loading…
Cancel
Save