Recreating the Default Image#

If you want to recreate the DefaultImage that was built by the cw-install tool, first delete the components of the existing image and boot config:

cw-attribctl -i DefaultAttribs rm
cw-bootctl   -i DefaultBoot    rm
cw-imgctl    -i DefaultImage   rm

Then create a new default. If there are no attribute groups defined on this cluster (see Node Attributes), then run:

cw-add-boot-config --make-defaults

Otherwise clear the attributes before running the command.