Merge pull request #141 from kairos-io/systemd_boot_artifacts

This commit is contained in:
Itxaka 2024-02-16 17:29:51 +01:00 committed by GitHub
commit cedc294836
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View File

@ -26,6 +26,11 @@ COPY luet-amd64.yaml /tmp/luet-amd64.yaml
RUN mkdir -p /etc/luet/ RUN mkdir -p /etc/luet/
RUN cp /tmp/luet-${TARGETARCH}.yaml /etc/luet/luet.yaml RUN cp /tmp/luet-${TARGETARCH}.yaml /etc/luet/luet.yaml
## Uki artifacts, will be set under the /usr/kairos directory
## We can install both arches, as the artifacts are named differently
RUN luet install --config /tmp/luet-amd64.yaml -y system/systemd-boot
RUN luet install --config /tmp/luet-arm64.yaml -y system/systemd-boot
## Live CD artifacts ## Live CD artifacts
RUN luet install -y livecd/grub2 --system-target /grub2 RUN luet install -y livecd/grub2 --system-target /grub2
RUN luet install -y livecd/grub2-efi-image --system-target /efi RUN luet install -y livecd/grub2-efi-image --system-target /efi

View File

@ -12,4 +12,4 @@ repositories:
priority: 2 priority: 2
urls: urls:
- "quay.io/kairos/packages" - "quay.io/kairos/packages"
reference: 20240211183332-repository.yaml reference: 20240215113356-repository.yaml

View File

@ -12,4 +12,4 @@ repositories:
priority: 2 priority: 2
urls: urls:
- "quay.io/kairos/packages-arm64" - "quay.io/kairos/packages-arm64"
reference: 20240209084233-repository.yaml reference: 20240215133500-repository.yaml