CeImageInstallableType

  • Base type Enumeration

The type of software. Modular Operating Systems can have different type of software loaded like base image or minimum bootable image(MBI), a patch, a package or a script. This TC will describe what type of software is loaded. 'base' Base image or minimum bootable image 'patch' Piece of software which can be loaded on to base image, usually to fix bugs in base image 'script' A user written program which can be loaded on the base image, usually to monitor and notify system activities 'package' Piece of software which can be loaded on minimum bootable image, used by some operating systems to provide new features. 'compositePackage' Collection of Packages bundled together 'softwareMaintenanceUpgrade' SMU, Same as Patch used to provide point fixes for bugs.

Possible values

6 objects
Number Name
1 base
2 patch
3 script
4 package
5 compositePackage
6 softwareMaintenanceUpgrade