From dd1423cfc9485e1a57c0656ed8a29cadceea9420 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Sun, 6 Feb 2022 23:44:54 +0100 Subject: [PATCH] constants.py: raise phosh-flavour image size to 4GB it's 3023M installed on enchilada --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 997a6fa..f666c9e 100644 --- a/constants.py +++ b/constants.py @@ -58,7 +58,7 @@ FLAVOURS = { 'iio-sensor-proxy', ], 'post_cmds': ['systemctl enable phosh'], - 'size': 3, + 'size': 4, } }