Fix incorrect package name dmidecoded to dmidecode

When executing
"ramdisk-image-create -o discovery ubuntu ironic-discoverd-ramdisk",
below error occurs.

E: Unable to locate package dmidecoded

The reason why above command fails is incorrect package name.
(F) dmidecoded
(T) dmidecode

This patch set fix this bug.

Change-Id: I46d3dafce1eef1b017c4ac9121336aa68d749798
Closes-Bug: #1430599
This commit is contained in:
YuikoTakada 2015-03-11 00:58:36 +00:00
parent 5617264aab
commit 07924b9761
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
curl:
dmidecoded:
dmidecode:
ipmitool:
jq:
util-linux: