mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-06-27 15:37:00 +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 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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user