
In addition, the persistent process will have an open file reference to the program it is running, causing an unmount of the inactive system image to fail.
3.4 Firmware Patches and Other Unsafe Packages
A firmware patch affects both the inactive system image and the booted system image, and as a result, it is not considered
#
#Check if running in runcmd environment and exclude if
#so because firmware patch cannot be applied within runcmd
#environment.
#
if [[ $SW_SESSION_IS_DRD
msg NOTE “${PRODUCT}.${FILESET} cannot be installed in a DRD session.”
exit $EXCLUDE
fi
Note that if software is safe to be installed in a DRD environment, but is not safe to be removed, then is_drd_safe can be set to true and the above method used in the checkremove script.