You can use the image command to manage firmware updates.
image {fetch|install|delete|boot|move}
To download a system image from a remote host:
image fetch <download-URL> [{original|filename}]
To install an image file onto a system partition:
image install <image-filename> [location][progress][verify]
![]() | Note A reboot is required after the installation is complete. |
---|
To delete an inactive system image from the hard disk:
image delete <image-filename>
To configure from where the appliance will boot from when re-booted:
image boot {location <partition-number>|next}
no image boot next
To move or rename an inactive system image on the hard disk:
image move <src-image-filename> <dst-image-filename>
|
|