From 3347b33e502a2560e0ce94ba95e4b61f7cf6043e Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Mon, 14 Feb 2022 18:33:10 +0100 Subject: [PATCH] constants: phosh: disable squeekboard temporarily and bump image size to 5GB --- constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.py b/constants.py index f666c9e..a6648e1 100644 --- a/constants.py +++ b/constants.py @@ -48,7 +48,7 @@ FLAVOURS = { 'phosh': { 'packages': [ 'phosh', - 'squeekboard', + #'squeekboard', #temporarily disabled 'gnome-control-center', 'gnome-software', 'gnome-software-packagekit-plugin', @@ -58,7 +58,7 @@ FLAVOURS = { 'iio-sensor-proxy', ], 'post_cmds': ['systemctl enable phosh'], - 'size': 4, + 'size': 5, } }