mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-09 16:51:30 +00:00
Added fixmes
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user