mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-25 09:08:57 +00:00
systemd-sysext not available on arm64, only on opensuse amd64
This commit is contained in:
parent
1793c4a5f6
commit
7009e39e08
@ -21,7 +21,11 @@ steps:
|
|||||||
cloud-config/rootfs \
|
cloud-config/rootfs \
|
||||||
system-openrc/cos-setup
|
system-openrc/cos-setup
|
||||||
#- mkdir -p /output/etc/dracut.conf.d/
|
#- 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:
|
excludes:
|
||||||
- var/cache|var/cache/.*
|
- var/cache|var/cache/.*
|
||||||
- usr/bin/elemental
|
- usr/bin/elemental
|
Loading…
Reference in New Issue
Block a user