mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-04 23:31:31 +00:00
Import patches-unapplied version 2.138 to ubuntu/saucy-proposed
Imported using git-ubuntu import. Changelog parent: 559b695a8518db9792fb67ef74e1d16a98d4b50a New changelog entries: * also move the sources.list.d dir out of the way on ubuntu-touch
This commit is contained in:
parent
559b695a85
commit
dbe0e70d40
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.138) saucy; urgency=low
|
||||||
|
|
||||||
|
* also move the sources.list.d dir out of the way on ubuntu-touch
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Tue, 28 May 2013 15:17:46 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.137) saucy; urgency=low
|
livecd-rootfs (2.137) saucy; urgency=low
|
||||||
|
|
||||||
* clear up /var/lib/initramfs-tools/ in the chroot after building initrds
|
* clear up /var/lib/initramfs-tools/ in the chroot after building initrds
|
||||||
|
@ -413,6 +413,7 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
|
|||||||
lb chroot_devpts install "$@"
|
lb chroot_devpts install "$@"
|
||||||
|
|
||||||
mv "${sourceslist}" "${sourceslist}.orig"
|
mv "${sourceslist}" "${sourceslist}.orig"
|
||||||
|
mv "${sourceslist}.d" "${sourceslist}.d.orig"
|
||||||
echo "deb http://ftpmaster.internal/ubuntu/ $codename main universe" >$sourceslist
|
echo "deb http://ftpmaster.internal/ubuntu/ $codename main universe" >$sourceslist
|
||||||
Chroot chroot "apt-get -y update"
|
Chroot chroot "apt-get -y update"
|
||||||
|
|
||||||
@ -439,7 +440,8 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
|
|||||||
Chroot chroot "apt-get -y purge crda wireless-regdb"
|
Chroot chroot "apt-get -y purge crda wireless-regdb"
|
||||||
Chroot chroot "apt-get -y clean"
|
Chroot chroot "apt-get -y clean"
|
||||||
|
|
||||||
mv $sourceslist.orig $sourceslist
|
mv "${sourceslist}.orig" "${sourceslist}"
|
||||||
|
mv "${sourceslist}.d.orig" "${sourceslist}.d"
|
||||||
for file in $(find chroot/var/lib/apt/lists/ -name ftpmaster.internal*); do
|
for file in $(find chroot/var/lib/apt/lists/ -name ftpmaster.internal*); do
|
||||||
rm $file
|
rm $file
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user