include image size in flavour, centralise fs resizing in image.py

This commit is contained in:
InsanePrawn 2021-09-30 05:04:42 +02:00
parent a3d85cda8c
commit 81f22e67ae
3 changed files with 30 additions and 23 deletions

View file

@ -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,
},
}