mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 22:07:10 +00:00
list click packages in teh manifest file on ubuntu touch
This commit is contained in:
parent
5976888f34
commit
3d0f8e22d5
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.192) UNRELEASED; urgency=low
|
||||
|
||||
* add click packages to the manifest output on ubuntu touch
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Fri, 11 Oct 2013 14:29:41 +0200
|
||||
|
||||
livecd-rootfs (2.191) saucy; urgency=low
|
||||
|
||||
* ubuntu-touch: Make writable symlinks relative.
|
||||
|
@ -418,6 +418,10 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
|
||||
lb chroot_sysfs install "$@"
|
||||
lb chroot_devpts install "$@"
|
||||
|
||||
if [ -e "$PREFIX.manifest" ]; then
|
||||
Chroot chroot "click list" >>"$PREFIX.manifest"
|
||||
fi
|
||||
|
||||
if [ -e chroot/etc/resolv.conf ]; then
|
||||
mv chroot/etc/resolv.conf chroot/etc/resolv.conf.orig
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user