mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-14 06:38:28 +00:00
Remove ${ROOT}var/cache/apt/{,src}pkgcache.bin after installing the moblin
keyring package, workaround for LP #442082.
This commit is contained in:
parent
87d4d39cb6
commit
e8f5e89ca4
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -21,6 +21,8 @@ livecd-rootfs (0.99) UNRELEASED; urgency=low
|
||||
backup is taken; this allows dropping the hack of reinstalling the keyring
|
||||
package at the end of the build. It might break apt-get update for UMR
|
||||
before the host keys are appended to the trusted keyring though.
|
||||
* Remove ${ROOT}var/cache/apt/{,src}pkgcache.bin after installing the moblin
|
||||
keyring package, workaround for LP #442082.
|
||||
|
||||
-- Loïc Minier <loic.minier@ubuntu.com> Thu, 24 Sep 2009 11:52:25 +0200
|
||||
|
||||
|
@ -395,6 +395,8 @@ Pin-Priority: 550
|
||||
if [ "$FS" = "ubuntu-moblin-remix" ]; then
|
||||
chroot $ROOT apt-get update
|
||||
chroot $ROOT apt-get -y --force-yes install ubuntu-moblin-ppa-keyring
|
||||
# workaround LP #442082
|
||||
rm -f ${ROOT}var/cache/apt/{,src}pkgcache.bin
|
||||
fi
|
||||
|
||||
# In addition to the ones we got from apt, trust whatever the local system
|
||||
|
Loading…
x
Reference in New Issue
Block a user