mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-31 15:11:43 +00:00
Add grub2-efi
This commit is contained in:
11
packages/system/grub2-efi/build.yaml
Normal file
11
packages/system/grub2-efi/build.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ if neq .Values.arch "arm" }}
|
||||
image: registry.opensuse.org/opensuse/leap:15.3
|
||||
prelude:
|
||||
- zypper in -y wget cpio
|
||||
|
||||
steps:
|
||||
- mkdir -p /data
|
||||
- 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}}
|
5
packages/system/grub2-efi/definition.yaml
Normal file
5
packages/system/grub2-efi/definition.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: "grub2-efi"
|
||||
category: "system"
|
||||
version: "2.06-150400"
|
||||
license: "GPL-3.0-or-later"
|
||||
arch: "x86_64"
|
Reference in New Issue
Block a user