# Error constants for updates
#
# We start errors in the U050 range since we want to be able
# to distinguish updates from our original generation tool from
# these new ones.
ERR_GENERAL=U000
ERR_KERNEL_SOURCE_MD5=U050
ERR_KERNEL_WRITE=U051
ERR_KERNEL_TARGET_MD5=U052
ERR_UPSTART_INSERT_NODE=U053
ERR_UPSTART_PAYLOAD_COPY=U054
ERR_UPSTART_PAYLOAD_MKDIR=U055
ERR_UPDATE_TARBALL_VALIDATION=U056
ERR_UPDATE_SYSTEM_PATCH=U057
ERR_UPDATE_SYSTEM_PATCH_RECOVERIES=U058
ERR_UPDATE_BOOTSTRAP=U059
