Add an object
Add item to a system facility
Add a new image to the system
/path/to/vyos-image.iso "http://example.com/vyos-image.iso" latest
sudo ${vyos_op_scripts_dir}/image_installer.py --action add --image-path "${4}"
Download image via specified VRF
vrf name
sudo ${vyos_op_scripts_dir}/image_installer.py --action add --image-path "${4}" --vrf "${6}"
Username for authentication
Password to use with authentication
sudo ${vyos_op_scripts_dir}/image_installer.py --action add --image-path "${4}" --vrf "${6}" --username "${8}" --password "${10}"
Username for authentication
Password to use with authentication
sudo ${vyos_op_scripts_dir}/image_installer.py --action add --image-path "${4}" --username "${6}" --password "${8}"
Install a new system
Set system operational parameters
Set system console type at boot
sudo ${vyos_op_scripts_dir}/image_manager.py --action set_console_type --console-type "${4}"
Set system image parameters
Set default image to boot.
sudo ${vyos_op_scripts_dir}/image_manager.py --action set
Set default image to boot.
sudo ${vyos_op_scripts_dir}/image_manager.py --action set --image-name "${5}"
Install a new system
Install new system image to hard drive
sudo ${vyos_op_scripts_dir}/image_installer.py --action install
Delete an object
Delete system objects
Remove an installed image from the system
sudo ${vyos_op_scripts_dir}/image_manager.py --action delete
Remove an installed image from the system
sudo ${vyos_op_scripts_dir}/image_manager.py --action delete --image-name "${4}"
Rename an object
Rename a system object
System image to rename
A new name for an image
sudo ${vyos_op_scripts_dir}/image_manager.py --action rename --image-name "${4}" --image-new-name "${6}"
Rename an object
Show system information
Show installed VyOS images
sudo ${vyos_op_scripts_dir}/image_info.py show_images_summary
Show details about installed VyOS images
sudo ${vyos_op_scripts_dir}/image_info.py show_images_details