mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-24 23:24:08 +00:00
Import patches-unapplied version 1.160 to ubuntu/natty
Imported using git-ubuntu import. Changelog parent: d63f8fc0fda2637b16d660c7a1ffdf35790a2355 New changelog entries: * Emergency hack to remove ubiquity-slideshow-* on armel due to python-webkit causing a segfault (Works aroud LP: #727368)
This commit is contained in:
parent
d63f8fc0fd
commit
78d0c0677b
7
debian/changelog
vendored
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
|
livecd-rootfs (1.159) natty; urgency=low
|
||||||
|
|
||||||
* create an empty swapfile on ext2/3 images by default, we care for use
|
* 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' \
|
chroot ${ROOT} dpkg-query -W --showformat='${Package} ${Version}\n' \
|
||||||
> livecd.${FSS}.manifest
|
> 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"
|
checkpoint "Cleaning up"
|
||||||
|
|
||||||
kill_users
|
kill_users
|
||||||
|
Loading…
x
Reference in New Issue
Block a user