include image size in flavour, centralise fs resizing in image.py
This commit is contained in:
parent
a3d85cda8c
commit
81f22e67ae
3 changed files with 30 additions and 23 deletions
|
@ -29,14 +29,15 @@ DEVICES = {
|
|||
|
||||
FLAVOURS = {
|
||||
'barebone': {
|
||||
'packages': []
|
||||
'packages': [],
|
||||
},
|
||||
'debug-shell': {
|
||||
'packages': ['hook-debug-shell']
|
||||
'packages': ['hook-debug-shell'],
|
||||
},
|
||||
'gnome': {
|
||||
'packages': ['gnome', 'archlinux-appstream-data', 'gnome-software-packagekit-plugin'],
|
||||
'post_cmds': ['systemctl enable gdm']
|
||||
'post_cmds': ['systemctl enable gdm'],
|
||||
'size': 8,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue