summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-03-07 15:30:38 -0500
committerScott Moser <smoser@ubuntu.com>2013-03-07 15:30:38 -0500
commit6586b35f348ba089bba00e6bebb4ca1b14f41a19 (patch)
tree475215e6250393a63c8a6f053769a24687de02a4 /ChangeLog
parentdca9b6c94e10f9f42ad0f129ae6fd38ebb44f4b5 (diff)
downloadvyos-cloud-init-6586b35f348ba089bba00e6bebb4ca1b14f41a19.tar.gz
vyos-cloud-init-6586b35f348ba089bba00e6bebb4ca1b14f41a19.zip
allow customization of apt-get command, add --force-unsafe-io
This allows the customization of the apt-get command used for installing packages, and also adds '--force-unsafe-io'. Because this is spawned from cloud-init, it seems to make sense as a first boot package installation option.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ff305a1..d035a7a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,7 @@
- upstart: cloud-init-nonet.conf trap the TERM signal, so that dmesg or other
output does not get a 'killed by TERM signal' message.
- support resizing partitions via growpart or parted (LP: #1136936)
+ - allow specifying apt-get command in distro config ('apt_get_command')
0.7.1:
- sysvinit: fix missing dependency in cloud-init job for RHEL 5.6