mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
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': {
|
||||
'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,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue