mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-30 12:11:37 +00:00
live-build/auto/config: Pass any additional command-line arguments on to
"lb config".
This commit is contained in:
parent
59f0b873d5
commit
34ea5156cf
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.209) UNRELEASED; 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:53:24 +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