From 18d8286416b0f6dde8d84c9b30b63890979b862c Mon Sep 17 00:00:00 2001 From: Itxaka Date: Tue, 10 Oct 2023 10:04:38 +0200 Subject: [PATCH] :art: Provide bootargs via package (#1901) --- Earthfile | 8 -------- framework-profile.yaml | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Earthfile b/Earthfile index 10b346346f..ef78d82db1 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 300d6c23b9..7d1946a578 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