diff --git a/Earthfile b/Earthfile index deee06f4b..be79066dd 100644 --- a/Earthfile +++ b/Earthfile @@ -274,14 +274,6 @@ framework: COPY +luet/luet /framework/usr/bin/luet COPY framework-profile.yaml /framework/etc/luet/luet.yaml - # Copy bootargs.cfg into the final framework as its needed to boot if its not there - IF [ ! -f /framework/etc/cos/bootargs.cfg ] - COPY ./images/bootargs.cfg /framework/etc/cos/bootargs.cfg - IF [[ "$FLAVOR" =~ -rpi$ ]] - COPY ./images/rpi/config.txt /framework/boot/config.txt - END - END - SAVE ARTIFACT --keep-own /framework/ framework build-framework-image: diff --git a/framework-profile.yaml b/framework-profile.yaml index 7af6f2291..68a4d7e79 100755 --- a/framework-profile.yaml +++ b/framework-profile.yaml @@ -174,9 +174,9 @@ repositories: priority: 2 urls: - "quay.io/kairos/packages" - reference: 20231009202355-repository.yaml + reference: 20231010103623-repository.yaml - !!merge <<: *kairos arch: arm64 urls: - "quay.io/kairos/packages-arm64" - reference: 20231009201811-repository.yaml + reference: 20231010103705-repository.yaml