Import patches-unapplied version 2.209 to ubuntu/utopic-proposed

Imported using git-ubuntu import.

Changelog parent: d0fa866363

New changelog entries:
  * live-build/auto/config: Pass any additional command-line arguments on to
    "lb config".
impish
Colin Watson 11 years ago committed by usd-importer
parent d0fa866363
commit 9ee4945699

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.209) utopic; urgency=medium
* live-build/auto/config: Pass any additional command-line arguments on to
"lb config".
-- Colin Watson <cjwatson@ubuntu.com> Sat, 10 May 2014 13:54:42 +0100
livecd-rootfs (2.208) trusty; urgency=medium
* Adding support for ubuntu-touch i386 based images

@ -424,7 +424,8 @@ lb config noauto \
--bootloader "$BOOTLOADER" \
--initramfs-compression lzma \
${BOOTAPPEND_LIVE:+--bootappend-live "$BOOTAPPEND_LIVE"} \
$OPTS
$OPTS \
"$@"
echo "LB_CHROOT_HOOKS=\"$CHROOT_HOOKS\"" >> config/chroot
echo "LB_BINARY_HOOKS=\"$BINARY_HOOKS\"" >> config/binary

Loading…
Cancel
Save