bundles/pacman: make NoExtract user-configurable
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
8145fb22e8
commit
74b3a513f6
3 changed files with 11 additions and 5 deletions
|
@ -74,6 +74,9 @@ nodes['kunsi-p14s'] = {
|
|||
},
|
||||
'pacman': {
|
||||
'linux-lts': True,
|
||||
'no_extract': {
|
||||
'etc/sudoers.d/ctdb', # samba junk
|
||||
},
|
||||
'packages': {
|
||||
# for hardware support
|
||||
'amd-ucode': {},
|
||||
|
@ -101,6 +104,7 @@ nodes['kunsi-p14s'] = {
|
|||
'mosquitto': {},
|
||||
'perl-musicbrainz-discid': {}, # for abcde
|
||||
'perl-webservice-musicbrainz': {}, # for abcde
|
||||
'samba': {},
|
||||
'xf86-input-wacom': {},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue