mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-06-27 07:26:54 +00:00
Merge pull request #141 from kairos-io/systemd_boot_artifacts
This commit is contained in:
commit
cedc294836
@ -26,6 +26,11 @@ COPY luet-amd64.yaml /tmp/luet-amd64.yaml
|
||||
RUN mkdir -p /etc/luet/
|
||||
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
|
||||
RUN luet install -y livecd/grub2 --system-target /grub2
|
||||
RUN luet install -y livecd/grub2-efi-image --system-target /efi
|
||||
|
@ -12,4 +12,4 @@ repositories:
|
||||
priority: 2
|
||||
urls:
|
||||
- "quay.io/kairos/packages"
|
||||
reference: 20240211183332-repository.yaml
|
||||
reference: 20240215113356-repository.yaml
|
||||
|
@ -12,4 +12,4 @@ repositories:
|
||||
priority: 2
|
||||
urls:
|
||||
- "quay.io/kairos/packages-arm64"
|
||||
reference: 20240209084233-repository.yaml
|
||||
reference: 20240215133500-repository.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user