mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 20:01:20 +00:00
Import patches-unapplied version 2.175 to ubuntu/saucy-proposed
Imported using git-ubuntu import. Changelog parent: 903725ebddc81ebc975eb3ab4fd7a1f6a6c409a1 New changelog entries: * move media-info file from /var/log/installer to /etc on touch images.
This commit is contained in:
parent
903725ebdd
commit
aa20a6de71
6
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user