add kunsi-p14s, add bundle:arch-with-gui
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2022-02-12 14:06:53 +01:00
parent 87bf6fac68
commit c073599f6f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
85 changed files with 366 additions and 9 deletions

View file

@ -39,7 +39,6 @@ pkg_pacman = {
'ldns': {},
'less': {},
'libtool': {},
'linux': {},
'logrotate': {},
'lsof': {},
'm4': {},
@ -78,14 +77,10 @@ pkg_pacman = {
'zip': {},
}
if node.metadata.get('pacman/install_gui', False):
pkg_pacman.update({
'fish': {},
'netctl': {},
'rfkill': {},
'wpa_supplicant': {},
'wpa_actiond': {},
})
if node.metadata.get('pacman/linux-lts', False):
pkg_pacman['linux-lts'] = {}
else:
pkg_pacman['linux'] = {}
for pkg, config in node.metadata.get('pacman/packages', {}).items():
pkg_pacman[pkg] = config