diff --git a/Earthfile b/Earthfile index b22b8c808..a3109c4f7 100644 --- a/Earthfile +++ b/Earthfile @@ -273,14 +273,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 300d6c23b..7d1946a57 100755 --- a/framework-profile.yaml +++ b/framework-profile.yaml @@ -173,9 +173,9 @@ repositories: priority: 2 urls: - "quay.io/kairos/packages" - reference: 20231004151255-repository.yaml + reference: 20231009132401-repository.yaml - !!merge <<: *kairos arch: arm64 urls: - "quay.io/kairos/packages-arm64" - reference: 20231004150525-repository.yaml + reference: 20231009133042-repository.yaml