bundles/pacman: always use linux-lts please

This commit is contained in:
Franzi 2024-12-08 14:10:59 +01:00
parent 3a8ea86aa1
commit c03690fe88
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 17 additions and 44 deletions

View file

@ -2,6 +2,9 @@ from json import dumps
from bundlewrap.metadata import MetadataJSONEncoder
if node.has_bundle('pacman'):
assert node.metadata.get('pacman/enable_aurto'), f'{node.name}: bundle:zfs needs aurto for zfs-linux-lts package'
files = {
'/etc/modprobe.d/zfs.conf': {
'source': 'zfs-modprobe.conf',