diff --git a/packages/system/dracut/immucore/build.yaml b/packages/system/dracut/immucore/build.yaml index 2b9d0fa..bb46271 100644 --- a/packages/system/dracut/immucore/build.yaml +++ b/packages/system/dracut/immucore/build.yaml @@ -10,7 +10,8 @@ steps: - mkdir -p /package/usr/lib/dracut/modules.d - mkdir -p /package/etc/dracut.conf.d/ - cp -r {{.Values.name}}/dracut/28immucore /package/usr/lib/dracut/modules.d/28immucore - - cp {{.Values.name}}/dracut/dracut.conf /package/etc/dracut.conf.d/10-immucore.conf + - cp {{.Values.name}}/dracut/*.conf /package/etc/dracut.conf.d/ + - ls -ltra /package/etc/dracut.conf.d/ env: - GITHUB_ORG={{ ( index .Values.labels "github.owner" ) }} diff --git a/packages/system/dracut/immucore/definition.yaml b/packages/system/dracut/immucore/definition.yaml index 6887575..1f51d3c 100644 --- a/packages/system/dracut/immucore/definition.yaml +++ b/packages/system/dracut/immucore/definition.yaml @@ -1,6 +1,6 @@ name: "immucore" category: "dracut" -version: "0.0.1" +version: "0.0.2" labels: github.repo: "immucore" autobump.revdeps: "true"