From 9fca232aa76d4f3c4b72930130441ff2a42abbf1 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 22 Sep 2022 09:48:58 +0200 Subject: [PATCH] Exclude lib64 symlink --- packages/system/grub2-efi/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/system/grub2-efi/build.yaml b/packages/system/grub2-efi/build.yaml index d47ffe4..bb09f13 100644 --- a/packages/system/grub2-efi/build.yaml +++ b/packages/system/grub2-efi/build.yaml @@ -8,4 +8,6 @@ steps: - wget https://download.opensuse.org/repositories/isv:/Rancher:/Elemental/15.4/noarch/grub2-{{.Values.arch}}-efi-{{.Values.version}}.12.1.noarch.rpm -O /package.rpm - cd /data && rpm2cpio /package.rpm | cpio -idmv package_dir: "/data" -{{end}} \ No newline at end of file +excludes: +- usr/lib64 +{{end}}