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:
parent
5617264aab
commit
07924b9761
@ -1,5 +1,5 @@
|
||||
curl:
|
||||
dmidecoded:
|
||||
dmidecode:
|
||||
ipmitool:
|
||||
jq:
|
||||
util-linux:
|
||||
|
Loading…
Reference in New Issue
Block a user