Implement basic flavor support
This commit is contained in:
parent
9a3e508ce8
commit
d6c0c465e4
24 changed files with 246 additions and 82 deletions
|
|
@ -36,6 +36,10 @@ type instanceSystemContext struct {
|
|||
Rebuild bool
|
||||
Slug string
|
||||
System models.System
|
||||
|
||||
// list of known profiles and their descriptions
|
||||
DefaultProfile string
|
||||
Profiles map[string]string
|
||||
}
|
||||
|
||||
// prepare prares the given instanceSystemContent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue