diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-22 20:24:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-22 20:25:20 +0200 |
commit | 36629997901aa34e257c7730a405307e6c142472 (patch) | |
tree | 59e37a8d858457c3c18710c3394175bb4692e145 /scripts | |
parent | c7c2388e84c5a9af5d1ecfd624a297ace03a08cd (diff) | |
download | vyos-build-36629997901aa34e257c7730a405307e6c142472.tar.gz vyos-build-36629997901aa34e257c7730a405307e6c142472.zip |
lb: turn on debugging informational messages
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/live-build-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/live-build-config b/scripts/live-build-config index 25a50b7c..c747a443 100755 --- a/scripts/live-build-config +++ b/scripts/live-build-config @@ -60,6 +60,7 @@ lb config noauto \ --security false \ --backports false \ --utc-time true \ + --debug \ --apt-recommends false \ --apt-options "--yes -oAPT::Get::allow-downgrades=true" \ --apt-indices false |