[Patch] - live-build-3.0~a66 does not accept --debootstrap-options
The option "--debootstrap-options" of live-build is not working:
$ lb config --debootstrap-options "--include=foo"
[2012-10-29 11:26:35] lb config --debootstrap-options --include=foo
lb config: unrecognized option '--debootstrap-options'
lb config: unrecognized option '--include=foo'
Attached please find the patch file for live-build-3.0~a66. It adds the
missing "," in /usr/lib/live/build/config.
My 2 cents.
Steven.
--
Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org>
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A
--- config.orig 2012-10-29 11:15:58.353025543 +0800
+++ config.new 2012-10-29 11:16:33.252747582 +0800
@@ -141,7 +141,7 @@
Local_arguments ()
{
- LONG_OPTIONS="apt:,apt-ftp-proxy:,apt-http-proxy:,apt-options:,aptitute-options:debootstrap-options:,cdebootstrap-options:,
+ LONG_OPTIONS="apt:,apt-ftp-proxy:,apt-http-proxy:,apt-options:,aptitute-options:,debootstrap-options:,cdebootstrap-options:,
apt-pipeline:,apt-recommends:,apt-secure:,apt-source-archives:,bootstrap:,cache:,cache-indices:,cache-packages:,
cache-stages:,debconf-frontend:,debconf-nowarnings:,debconf-priority:,dump,
initramfs:,initramfs-compression:,initsystem:,fdisk:,losetup:,mode:,system:,root-command:,use-fakeroot:,tasksel:,
Reply to: