Skip to content

Commit

Permalink
Merge pull request #137 from kairos-io/bump_fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Feb 10, 2024
2 parents 89dec58 + 10d5f62 commit 39cfe7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tools-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://quay.io/repository/kairos/packages?tab=tags&tag=latest
ARG FEDORA_VERSION=38
ARG FEDORA_VERSION=40
ARG LUET_VERSION=0.35.0
ARG ENKI_VERSION=v0.0.16

Expand Down
2 changes: 0 additions & 2 deletions tools-image/build-arm-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,6 @@ elif [ "$model" == "rpi4" ]; then
sgdisk -n 3:0:+${recovery_size}M -c 3:recovery -t 3:8300 ${output_image}
sgdisk -n 4:0:+${oem_size}M -c 4:oem -t 4:8300 ${output_image}
sgdisk -n 5:0:+64M -c 5:persistent -t 5:8300 ${output_image}
sgdisk -g ${output_image}
sgdisk -m 1:2:3:4:5 ${output_image}
else
sgdisk -n 1:8192:+16M -c 1:EFI -t 1:0700 ${output_image}
sgdisk -n 2:0:+${state_size}M -c 2:state -t 2:8300 ${output_image}
Expand Down

0 comments on commit 39cfe7a

Please sign in to comment.