summaryrefslogtreecommitdiffstats
path: root/pyflashbmc
diff options
context:
space:
mode:
authorMilton Miller <miltonm@us.ibm.com>2017-08-15 07:02:21 +0000
committerMilton Miller <miltonm@us.ibm.com>2017-08-15 16:19:28 -0500
commit62d11c3e0d98e9a3f8908ec934698f90a55435fb (patch)
tree2c1323127abb79629b2ef2e9a9a3b9e3e6be8714 /pyflashbmc
parent9903ec627606224ee14a8454452aef1d24818b1b (diff)
downloadtalos-skeleton-62d11c3e0d98e9a3f8908ec934698f90a55435fb.tar.gz
talos-skeleton-62d11c3e0d98e9a3f8908ec934698f90a55435fb.zip
pyflashbmc: Remove initramfs from list of expected images
Remove the no longer present initramfs image as the initramfs is no longer stored in a seperate partition. Individual flash partition updates have not worked via rest (Update will return "Unpack Error") since the switch to storing the initramfs in the FIT image. Change-Id: Ie01fc18704fca2296cb7436dfea07ba4773a0ace Signed-off-by: Milton Miller <miltonm@us.ibm.com>
Diffstat (limited to 'pyflashbmc')
-rw-r--r--pyflashbmc/bmc_update.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyflashbmc/bmc_update.py b/pyflashbmc/bmc_update.py
index aad703d..c1c04ec 100644
--- a/pyflashbmc/bmc_update.py
+++ b/pyflashbmc/bmc_update.py
@@ -86,7 +86,6 @@ class BmcFlashControl(DbusProperties, DbusObjectManager):
copy_files["image-bmc"] = True
else:
copy_files["image-kernel"] = True
- copy_files["image-initramfs"] = True
copy_files["image-rofs"] = True
if self.Get(DBUS_NAME, "restore_application_defaults"):
OpenPOWER on IntegriCloud