Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gen-control-usb-root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# To update the images/efi.img file for some reason pass a valid flatcar version followed by a 1.

FLATCAR_BASE_URL="https://stable.release.flatcar-linux.net/amd64-usr"
FLATCAR_VER="${1:-"4459.2.2"}"
FLATCAR_VER="${1:-"4459.2.3"}"
GRUB_INST_CMD="grub-install"
GPG_KEY="-----BEGIN PGP PUBLIC KEY BLOCK-----

Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default:
version_dirty := `[ -z "$(git status -s)" ] || echo "-$(date +"%H%M%S")"`
version := `git describe --tags --dirty --always` + version_dirty

flatcar_version := "4459.2.2"
flatcar_version := "4459.2.3"

# Print version that will be used in the build
version:
Expand Down