mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-09 17:11:35 +00:00
releasing version 1.160
This commit is contained in:
parent
b8c93a993e
commit
0be57a0934
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