hardcode dist in the temporary sources.list of the ubuntu-touch initrd creation for a test

This commit is contained in:
Oliver Grawert 2013-05-29 14:23:01 +02:00
parent e7dd52b4ef
commit 7535aeaedf
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.140) UNRELEASED; urgency=low
* hardcode dist in the temporary sources.list of the ubuntu-touch initrd
creation for a test
-- Oliver Grawert <ogra@ubuntu.com> Wed, 29 May 2013 14:20:34 +0200
livecd-rootfs (2.139) saucy; urgency=low
* fix resolv.conf for ubuntu-touch initramfs creation

View File

@ -421,7 +421,7 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
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/ saucy main universe" >$sourceslist
Chroot chroot "apt-get -y update"
for subarch in $touchsubarches; do