diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-11-19 12:20:26 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-11-19 12:20:26 -0500 |
commit | 18eba1557bd7af83b64d2c95c3eafc8345f7f74f (patch) | |
tree | 065a7f961fcb67f768ceebd69e39bd551e6ae409 /ChangeLog | |
parent | aafb9b5557e2be1fa7d8a37b285207ea3fede3d8 (diff) | |
parent | 9af91df4446ec7e62bc780612e05f869c269ccf0 (diff) | |
download | vyos-cloud-init-18eba1557bd7af83b64d2c95c3eafc8345f7f74f.tar.gz vyos-cloud-init-18eba1557bd7af83b64d2c95c3eafc8345f7f74f.zip |
fix issue with get_mount_info on older kernels
This removes the requirement for /proc/PID/mountinfo, which was added in linux
kernel 2.6.26. We could potentially re-visit this and read /proc/mounts rather
than /proc/mtab, but mtab proves effective in testing.
LP: #1248625
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ - support apt-add-archive with 'cloud-archive:' format. (LP: #1244355) - Change SmartOS verb for availability zone (LP: #1249124) - documentation fix for boothooks to use 'cloud-init-per' + - fix resizefs module by supporting kernels that do not have + /proc/PID/mountinfo. (LP: #1248625) [Tim Daly Jr.] 0.7.3: - fix omnibus chef installer (LP: #1182265) [Chris Wing] - small fix for OVF datasource for iso transport on non-iso9660 filesystem |