mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
move media-info file from /var/log/installer to /etc on touch images
This commit is contained in:
parent
740ad68fa9
commit
a1092a9c13
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.175) UNRELEASED; 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…
x
Reference in New Issue
Block a user