From d5314b6cc1e9b980cbd6d7d158a0624cd512d746 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Tue, 3 May 2022 18:30:33 +0900 Subject: [PATCH] flatcar-install: document current-YEAR symlink for LTS The latest release of an LTS stream can be found through the current- symlink. Document how to pass the current LTS 2022 release as parameter to flatcar-install. --- bin/flatcar-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/flatcar-install b/bin/flatcar-install index 6c2c6b5..b23bc35 100755 --- a/bin/flatcar-install +++ b/bin/flatcar-install @@ -93,7 +93,7 @@ Options: block devices by their major numbers. E.g., -e 7 to exclude loop devices or -I 8,259 for certain disk types. Read more about the numbers here: https://www.kernel.org/doc/Documentation/admin-guide/devices.txt. - -V VERSION Version to install (e.g. current) [default: ${VERSION_ID}]. + -V VERSION Version to install (e.g. current, or current-2022 for the LTS 2022 stream) [default: ${VERSION_ID}]. -B BOARD Flatcar Container Linux board to use [default: ${BOARD}]. -C CHANNEL Release channel to use (e.g. beta) [default: ${CHANNEL_ID}]. -I|e EXPERIMENTAL (used with -s): List of major device numbers to in-/exclude @@ -688,4 +688,4 @@ else fi rm -rf "${WORKDIR}" -trap - EXIT \ No newline at end of file +trap - EXIT