mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 05:07:09 +00:00
Import patches-unapplied version 2.176 to ubuntu/saucy-proposed
Imported using git-ubuntu import. Changelog parent: aa20a6de713e22da84e0349104112530a66917de New changelog entries: * preserve a symlink of media-info for backwards compatibility
This commit is contained in:
parent
aa20a6de71
commit
a9c034ceef
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.176) saucy; urgency=low
|
||||
|
||||
* preserve a symlink of media-info for backwards compatibility
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> 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.
|
||||
|
@ -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 ====="
|
||||
|
Loading…
x
Reference in New Issue
Block a user