diff options
| author | Roland Clobus <rclobus@rclobus.nl> | 2019-05-29 12:51:43 +0200 |
|---|---|---|
| committer | Luca Boccassi <bluca@debian.org> | 2019-06-03 10:48:58 +0000 |
| commit | c4abbbcc7e40b3716ec62d83191b9df9472f1bf2 (patch) | |
| tree | d32f6733be3773ffd073d3957171c4c246f0b92b /scripts | |
| parent | f62a6f9dea23a1a8f1ea082ac7f748f97119924b (diff) | |
| download | vyos-live-build-c4abbbcc7e40b3716ec62d83191b9df9472f1bf2.tar.gz vyos-live-build-c4abbbcc7e40b3716ec62d83191b9df9472f1bf2.zip | |
Reenabled the command line option for colored messages for lb_config. The functionality was added 2008-11-01, but was not really active.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build/config b/scripts/build/config index cbf52d015..94ccadd35 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -38,6 +38,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--cache-packages true|false]\n\ \t [--cache-stages STAGE|\"STAGES\"]\n\ \t [--checksums md5|sha1|sha256|sha512|none]\n\ +\t [--color]\n\ \t [--compression bzip2|gzip|lzip|xz|none]\n\ \t [--config GIT_URL::GIT_BRANCH]\n\ \t [--zsync true|false]\n\ @@ -149,7 +150,7 @@ Local_arguments () iso-volume:,jffs2-eraseblock:,memtest:,net-root-filesystem:,net-root-mountoptions:, net-root-path:,net-root-server:,net-cow-filesystem:,net-cow-mountoptions:,net-cow-path:, net-cow-server:,net-tarball:,onie:,onie-kernel-cmdline:,firmware-binary:,firmware-chroot:,swap-file-path:,swap-file-size:, - loadlin:,win32-loader:,source:,source-images:,breakpoints,conffile:,debug,force, + loadlin:,win32-loader:,source:,source-images:,breakpoints,conffile:,color,debug,force, help,ignore-system-defaults,quiet,usage,verbose,version,bootstrap-qemu-static:,bootstrap-qemu-arch:, uefi-secure-boot:, bootstrap-qemu-exclude:" |
