Added fixmes

This commit is contained in:
Carl D. Roth
2016-11-04 12:37:05 -07:00
parent cf1bfca4c0
commit 8979e5ebba

View File

@@ -75,6 +75,8 @@ class LoaderUpgrade_Fit(LoaderUpgradeBase):
with OnlMountContextReadWrite("ONL-BOOT", self.logger) as d:
self.copyfile(fit_image, os.path.join(d.directory, "%s.itb" % (self.platform.platform())))
# XXX re-install the firmware environment
self.reboot()
@@ -110,6 +112,8 @@ class LoaderUpgrade_x86_64(LoaderUpgradeBase):
#if os.path.exists(src):
# self.copyfile(src, dst)
# XXX re-install the grub config
self.reboot()