Skip to content

Commit 0471256

Browse files
authored
feat: try the flatcar beta (#24)
Signed-off-by: Logan Blyth <logan@githedgehog.com>
1 parent 87481f4 commit 0471256

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gen-control-usb-root.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# To update flacar image run this script supplying the verison you want
88
# To update the images/efi.img file for some reason pass a valid flatcar version followed by a 1.
99

10-
FLATCAR_BASE_URL="https://stable.release.flatcar-linux.net/amd64-usr"
11-
FLATCAR_VER="${1:-"4459.2.4"}"
10+
FLATCAR_BASE_URL="https://beta.release.flatcar-linux.net/amd64-usr"
11+
FLATCAR_VER="${1:-"4593.1.0"}"
1212
GRUB_INST_CMD="grub-install"
1313
GPG_KEY="-----BEGIN PGP PUBLIC KEY BLOCK-----
1414

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default:
55
version_dirty := `[ -z "$(git status -s)" ] || echo "-$(date +"%H%M%S")"`
66
version := `git describe --tags --dirty --always` + version_dirty
77

8-
flatcar_version := "4459.2.4"
8+
flatcar_version := "4593.1.0"
99

1010
# Print version that will be used in the build
1111
version:

0 commit comments

Comments
 (0)