Recreating the Default Image#
If you want to recreate the DefaultImage that was built by the scyld-install
tool, first delete the components of the existing image and
boot config:
scyld-attribctl -i DefaultAttribs rm
scyld-bootctl -i DefaultBoot rm
scyld-imgctl -i DefaultImage rm
Then create a new default. If there are no attribute groups defined on this cluster (see Node Attributes), then run:
scyld-add-boot-config --make-defaults
Otherwise clear the attributes before running the command.