Skip to content

Commit

Permalink
Add k3s
Browse files Browse the repository at this point in the history
  • Loading branch information
valtzu committed Sep 15, 2024
1 parent c2dc473 commit a0b2a34
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions curl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ expand-output="{{dl_dir}}/rpi-eeprom-config"

url="https://raw.githubusercontent.com/raspberrypi/rpi-eeprom/v2024.04.20-2712/firmware-2711/default/pieeprom-2024-04-15.bin"
expand-output="{{dl_dir}}/pieeprom-2024-04-15.bin"

url="https://github.com/k3s-io/k3s/releases/download/v1.29.2+k3s1/k3s-arm64"
expand-output="{{buildroot}}/usr/bin/k3s"
1 change: 1 addition & 0 deletions mkosi.extra/usr/bin/crictl
1 change: 1 addition & 0 deletions mkosi.extra/usr/bin/ctr
1 change: 1 addition & 0 deletions mkosi.extra/usr/bin/kubectl
2 changes: 1 addition & 1 deletion mkosi.prepare
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EFIDIR=$BUILDROOT/efi
mkdir -p $TMPDIR/firmware/overlays $EFIDIR
cd $TMPDIR/firmware

curl --create-dirs -fLZ --variable fw_dir=$(pwd) --variable dl_dir=$TMPDIR --config $SRCDIR/curl.txt
curl --create-dirs -fLZ --variable fw_dir=$(pwd) --variable dl_dir=$TMPDIR --variable buildroot=$BUILDROOT --config $SRCDIR/curl.txt

unzip -o $TMPDIR/rpi_uefi.zip RPI_EFI.fd

Expand Down

0 comments on commit a0b2a34

Please sign in to comment.