diff options
author | Chris Lamb <lamby@debian.org> | 2009-01-01 21:03:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:29 +0100 |
commit | d9b7957ff4e6f1396c7c28a0a968a92720988b38 (patch) | |
tree | 1a8ef72e2c0685c989a71332efbfcc9b546e5c7f | |
parent | 7e127170ab6c4d510f935647ebe6165aef66848f (diff) | |
download | vyos-live-build-d9b7957ff4e6f1396c7c28a0a968a92720988b38.tar.gz vyos-live-build-d9b7957ff4e6f1396c7c28a0a968a92720988b38.zip |
Add 'dump' as a getopt longoption so as not to prevent rejection of --dump argument to lh_config.
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 4c611919e..61297d6ad 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -121,7 +121,7 @@ Local_arguments () { LONG_OPTIONS="apt:,apt-ftp-proxy:,apt-http-proxy:,apt-pdiffs:,apt-options:,aptitute-options:, apt-pipeline:,apt-recommends:,apt-secure:,bootstrap:,cache:,cache-indices:,cache-packages:, - cache-stages:,debconf-frontend:,debconf-nowarnings:,debconf-priority:,genisoimage:, + cache-stages:,debconf-frontend:,debconf-nowarnings:,debconf-priority:,dump,genisoimage:, initramfs:,fdisk:,losetup:,mode:,root-command:,use-fakeroot:,tasksel:,includes:, templates:,architecture:,bootstrap-config:,bootstrap-flavour:,bootstrap-keyring:, distribution:,mirror-bootstrap:,mirror-chroot:,mirror-chroot-security:,mirror-binary:, |