mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-25 09:58:21 -04:00
image.py: use new constants.POST_CMDS for post-cmd instead of per-flavour cmd
This commit is contained in:
parent
b3e2059196
commit
3c91abd175
2 changed files with 8 additions and 5 deletions
|
@ -66,6 +66,9 @@ FLAVOURS: dict[str, Flavour] = {
|
|||
}
|
||||
}
|
||||
|
||||
POST_CMDS = ['kupfer-config apply']
|
||||
|
||||
|
||||
REPOSITORIES = [
|
||||
'boot',
|
||||
'cross',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue