From 16bc6cb9b3222a408821890de98a9b15059b23a5 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Fri, 23 Aug 2013 16:41:00 +0200 Subject: [PATCH] preserve a symlink of media-info for backwards compatibility --- debian/changelog | 6 ++++++ live-build/auto/build | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index e0a3172f..f4a6e72d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.176) UNRELEASED; urgency=low + + * preserve a symlink of media-info for backwards compatibility + + -- Oliver Grawert Fri, 23 Aug 2013 16:39:31 +0200 + livecd-rootfs (2.175) saucy; urgency=low * move media-info file from /var/log/installer to /etc on touch images. diff --git a/live-build/auto/build b/live-build/auto/build index bd2d56e8..67133091 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -238,6 +238,8 @@ deb file:/var/lib/preinstalled-pool/ $LB_DISTRIBUTION $LB_PARENT_ARCHIVE_AREAS if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then INFO_DESC="$(lsb_release -d -s)" echo "$INFO_DESC - $ARCH ($BUILDSTAMP)" >chroot/etc/media-info + mkdir -p chroot/var/log/installer + Chroot chroot "ln -s /etc/media-info /var/log/installer/media-info" fi echo "===== Checking size of /usr/share/doc ====="