Import patches-unapplied version 2.175 to ubuntu/saucy-proposed

Imported using git-ubuntu import.

Changelog parent: 903725ebdd

New changelog entries:
  * move media-info file from /var/log/installer to /etc on touch images.
impish
Oliver Grawert 12 years ago committed by usd-importer
parent 903725ebdd
commit aa20a6de71

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.175) saucy; urgency=low
* move media-info file from /var/log/installer to /etc on touch images.
-- Oliver Grawert <ogra@ubuntu.com> Fri, 23 Aug 2013 16:25:08 +0200
livecd-rootfs (2.174) saucy; urgency=low
* make sure the bluetooth group has the right android GID on touch builds

@ -237,9 +237,7 @@ deb file:/var/lib/preinstalled-pool/ $LB_DISTRIBUTION $LB_PARENT_ARCHIVE_AREAS
fi
if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
INFO_DESC="$(lsb_release -d -s)"
mkdir -p chroot/var/log/installer
echo "$INFO_DESC - $ARCH ($BUILDSTAMP)" >chroot/var/log/installer/media-info
echo "$INFO_DESC - $ARCH ($BUILDSTAMP)" >chroot/etc/media-info
fi
echo "===== Checking size of /usr/share/doc ====="

Loading…
Cancel
Save