mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-03 14:11:49 +00:00
Import patches-unapplied version 2.209 to ubuntu/utopic-proposed
Imported using git-ubuntu import. Changelog parent: d0fa866363b648b591e3ba31a101af1f29c07204 New changelog entries: * live-build/auto/config: Pass any additional command-line arguments on to "lb config".
This commit is contained in:
parent
d0fa866363
commit
9ee4945699
7
debian/changelog
vendored
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
|
livecd-rootfs (2.208) trusty; urgency=medium
|
||||||
|
|
||||||
* Adding support for ubuntu-touch i386 based images
|
* Adding support for ubuntu-touch i386 based images
|
||||||
|
@ -424,7 +424,8 @@ lb config noauto \
|
|||||||
--bootloader "$BOOTLOADER" \
|
--bootloader "$BOOTLOADER" \
|
||||||
--initramfs-compression lzma \
|
--initramfs-compression lzma \
|
||||||
${BOOTAPPEND_LIVE:+--bootappend-live "$BOOTAPPEND_LIVE"} \
|
${BOOTAPPEND_LIVE:+--bootappend-live "$BOOTAPPEND_LIVE"} \
|
||||||
$OPTS
|
$OPTS \
|
||||||
|
"$@"
|
||||||
|
|
||||||
echo "LB_CHROOT_HOOKS=\"$CHROOT_HOOKS\"" >> config/chroot
|
echo "LB_CHROOT_HOOKS=\"$CHROOT_HOOKS\"" >> config/chroot
|
||||||
echo "LB_BINARY_HOOKS=\"$BINARY_HOOKS\"" >> config/binary
|
echo "LB_BINARY_HOOKS=\"$BINARY_HOOKS\"" >> config/binary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user