systemd-sysext not available on arm64, only on opensuse amd64

This commit is contained in:
Ettore Di Giacinto 2022-10-02 22:14:29 +00:00
parent 1793c4a5f6
commit 7009e39e08
2 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,11 @@ steps:
cloud-config/rootfs \
system-openrc/cos-setup
#- mkdir -p /output/etc/dracut.conf.d/
- cp -rf dracut.conf /output/etc/dracut.conf.d/20-kairos.conf
{{ if eq .Values.name "elemental-toolkit-opensuse" }}
{{ if ne .Values.arch "arm64" }}
- cp -rf sysext.conf /output/etc/dracut.conf.d/20-sysext.conf
{{ end }}
{{ end }}
excludes:
- var/cache|var/cache/.*
- usr/bin/elemental