Add phosh flavour and repository

This commit is contained in:
jld3103 2021-10-13 20:47:19 +02:00
parent 78af4ebce8
commit 37b5ecb34b
2 changed files with 27 additions and 4 deletions

View file

@ -27,6 +27,13 @@ DEVICES = {
'bq-paella': ['device-msm8916-bq-paella'],
}
BASE_PACKAGES = [
'base',
'base-kupfer',
'nano',
'vim',
]
FLAVOURS = {
'barebone': {
'packages': [],
@ -39,6 +46,21 @@ FLAVOURS = {
'post_cmds': ['systemctl enable gdm'],
'size': 8,
},
'phosh': {
'packages': [
'phosh',
'squeekboard',
'gnome-control-center',
'gnome-software',
'gnome-software-packagekit-plugin',
'archlinux-appstream-data',
'gnome-initial-setup',
'kgx',
'iio-sensor-proxy',
],
'post_cmds': ['systemctl enable phosh'],
'size': 3,
}
}
REPOSITORIES = [
@ -48,6 +70,7 @@ REPOSITORIES = [
'firmware',
'linux',
'main',
'phosh',
]
Arch = str