[platform/cel]: Remove afulnx_64 (#3900)
remove afulnx_64 install script
This commit is contained in:
parent
74ac9b02dc
commit
68f664beb6
@ -140,7 +140,7 @@ class Component(ComponentBase):
|
|||||||
new_image_path = os.path.join("/tmp", (root.lower() + ext))
|
new_image_path = os.path.join("/tmp", (root.lower() + ext))
|
||||||
shutil.copy(image_path, new_image_path)
|
shutil.copy(image_path, new_image_path)
|
||||||
install_command = "ispvm %s" % new_image_path
|
install_command = "ispvm %s" % new_image_path
|
||||||
elif self.name == "BIOS":
|
# elif self.name == "BIOS":
|
||||||
install_command = "afulnx_64 %s /p /b /n /x /r" % image_path
|
# install_command = "afulnx_64 %s /p /b /n /x /r" % image_path
|
||||||
|
|
||||||
return self.__run_command(install_command)
|
return self.__run_command(install_command)
|
||||||
|
@ -141,7 +141,7 @@ class Component(ComponentBase):
|
|||||||
new_image_path = os.path.join("/tmp", (root.lower() + ext))
|
new_image_path = os.path.join("/tmp", (root.lower() + ext))
|
||||||
shutil.copy(image_path, new_image_path)
|
shutil.copy(image_path, new_image_path)
|
||||||
install_command = "ispvm %s" % new_image_path
|
install_command = "ispvm %s" % new_image_path
|
||||||
elif self.name == "BIOS":
|
# elif self.name == "BIOS":
|
||||||
install_command = "afulnx_64 %s /p /b /n /x /r" % image_path
|
# install_command = "afulnx_64 %s /p /b /n /x /r" % image_path
|
||||||
|
|
||||||
return self.__run_command(install_command)
|
return self.__run_command(install_command)
|
||||||
|
@ -3,4 +3,3 @@ dx010/cfg/dx010-modules.conf etc/modules-load.d
|
|||||||
dx010/systemd/platform-modules-dx010.service lib/systemd/system
|
dx010/systemd/platform-modules-dx010.service lib/systemd/system
|
||||||
dx010/modules/sonic_platform-1.0-py2-none-any.whl usr/share/sonic/device/x86_64-cel_seastone-r0
|
dx010/modules/sonic_platform-1.0-py2-none-any.whl usr/share/sonic/device/x86_64-cel_seastone-r0
|
||||||
services/platform_api/platform_api_mgnt.sh usr/local/bin
|
services/platform_api/platform_api_mgnt.sh usr/local/bin
|
||||||
tools/afulnx_64 usr/local/bin
|
|
||||||
|
@ -5,4 +5,3 @@ services/fancontrol/fancontrol.service lib/systemd/system
|
|||||||
services/fancontrol/fancontrol usr/local/bin
|
services/fancontrol/fancontrol usr/local/bin
|
||||||
haliburton/modules/sonic_platform-1.0-py2-none-any.whl usr/share/sonic/device/x86_64-cel_e1031-r0
|
haliburton/modules/sonic_platform-1.0-py2-none-any.whl usr/share/sonic/device/x86_64-cel_e1031-r0
|
||||||
services/platform_api/platform_api_mgnt.sh usr/local/bin
|
services/platform_api/platform_api_mgnt.sh usr/local/bin
|
||||||
tools/afulnx_64 usr/local/bin
|
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user