constants.py: raise phosh-flavour image size to 4GB

it's 3023M installed on enchilada
This commit is contained in:
InsanePrawn 2022-02-06 23:44:54 +01:00
parent 94cd4b8331
commit dd1423cfc9

View file

@ -58,7 +58,7 @@ FLAVOURS = {
'iio-sensor-proxy', 'iio-sensor-proxy',
], ],
'post_cmds': ['systemctl enable phosh'], 'post_cmds': ['systemctl enable phosh'],
'size': 3, 'size': 4,
} }
} }