diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-06-13 09:11:27 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-06-13 09:11:27 -0400 |
commit | e99cf80f5881abc10ebcd8927adf16bd14f3045a (patch) | |
tree | 0f05b9a7fa2a71d2fa5ffa820d3cf2e5e4c64069 /ChangeLog | |
parent | a0d7802c3164727abac9cb1066e5248aa5b1adf4 (diff) | |
parent | 3d9fdca212c011297523eed2d845ac04b7cffa76 (diff) | |
download | vyos-cloud-init-e99cf80f5881abc10ebcd8927adf16bd14f3045a.tar.gz vyos-cloud-init-e99cf80f5881abc10ebcd8927adf16bd14f3045a.zip |
Use --quiet when running apt-get
Use the --quiet switch when running apt-get to get output suitable for
logging, rather than with pretty progress updates designed for interactive
use. This makes the log, as returned by GetConsoleOutput for instance, a
little shorter and easier to read. Some action completion notices are also
missed, but it's pretty clear still as no error output appears before
cloud-init goes on to the next thing.
Mer apt-get man page:
Quiet; produces output suitable for logging, omitting progress indicators.
LP: #1012613
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ 0.6.4: - support relative path in AuthorizedKeysFile (LP: #970071). + - make apt-get update run with --quiet (suitable for logging) (LP: #1012613) 0.6.3: - add sample systemd config files [Garrett Holmstrom] - add Fedora support [Garrent Holstrom] (LP: #883286) |