summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-12-14 14:17:31 -0500
committerScott Moser <smoser@ubuntu.com>2013-12-14 14:17:31 -0500
commit923a7d0efc3cf3224b891dc783321018d59ce33e (patch)
tree97230fcdef1b75e49da2d91d25c80def2f86a60a /ChangeLog
parent6af4aefbabdb38f5a3077554b458dd1f5a67f22a (diff)
downloadvyos-cloud-init-923a7d0efc3cf3224b891dc783321018d59ce33e.tar.gz
vyos-cloud-init-923a7d0efc3cf3224b891dc783321018d59ce33e.zip
support calling apt with eatmydata, enable by default if available.
This allows a general config option to prefix apt-get commands via 'apt_get_wrapper'. By default, the command is set to 'eatmydata', and the mode set to 'auto'. That means if eatmydata is available (via which), it will use it. The 'command' can be either a array or a string. LP: #1236531
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f4ca198..1b7948f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
- Add a debug log message around import failures
- add a 'debug' module for easily printing out some information about
datasource and cloud-init [Shraddha Pandhe]
+ - support running apt with 'eatmydata' via configuration token
+ apt_get_wrapper (LP: #1236531).
0.7.4:
- fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a
partitioned block device with target filesystem on ephemeral0.1.