constants: phosh: disable squeekboard temporarily and bump image size to 5GB
This commit is contained in:
parent
a687287c04
commit
3347b33e50
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ FLAVOURS = {
|
||||||
'phosh': {
|
'phosh': {
|
||||||
'packages': [
|
'packages': [
|
||||||
'phosh',
|
'phosh',
|
||||||
'squeekboard',
|
#'squeekboard', #temporarily disabled
|
||||||
'gnome-control-center',
|
'gnome-control-center',
|
||||||
'gnome-software',
|
'gnome-software',
|
||||||
'gnome-software-packagekit-plugin',
|
'gnome-software-packagekit-plugin',
|
||||||
|
@ -58,7 +58,7 @@ FLAVOURS = {
|
||||||
'iio-sensor-proxy',
|
'iio-sensor-proxy',
|
||||||
],
|
],
|
||||||
'post_cmds': ['systemctl enable phosh'],
|
'post_cmds': ['systemctl enable phosh'],
|
||||||
'size': 4,
|
'size': 5,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue