diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-01-22 12:14:02 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-01-22 12:14:02 -0500 |
commit | 78915c97c18d678db10e0fde0d9306823c5f4610 (patch) | |
tree | fa98132617a50bcad3ab9a9e9e962ce1a2263bdd /ChangeLog | |
parent | 8d453d2a4da4492857a4487b14fe7b11a014115b (diff) | |
parent | de32623e6b34e3648958f1a08ef721ed9a03f2f8 (diff) | |
download | vyos-cloud-init-78915c97c18d678db10e0fde0d9306823c5f4610.tar.gz vyos-cloud-init-78915c97c18d678db10e0fde0d9306823c5f4610.zip |
remove dependency on dmidecode on linux
on linux we can read dmi information from /sys rather than using
dmidecode binary, and thus removing a dependency.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ - systemd: make init stage run before login prompts shown [Steve Langasek] - hostname: on first boot apply hostname to be same as is written for persistent hostname. (LP: #1246485) + - remove usage of dmidecode on linux in favor of /sys interface [Ben Howard] 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |