5.8. Specifying additional groups
Specify a group for the resulting system image. Both the name and the gid attributes are mandatory.
Prerequisites
- You have created a blueprint.
Procedure
Customize the blueprint with a group:
[[customizations.group]] name = "<group_name>" gid = <number>Repeat this block for every group to include. For example:
[[customizations.group]] name = "widget" gid = 1130