Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flatcar-install: document current-YEAR symlink for LTS #70

Merged
merged 1 commit into from
May 3, 2022
Merged
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
4 changes: 2 additions & 2 deletions bin/flatcar-install
Original file line number Diff line number Diff line change
Expand Up @@ -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 <M,..> EXPERIMENTAL (used with -s): List of major device numbers to in-/exclude
Expand Down Expand Up @@ -688,4 +688,4 @@ else
fi

rm -rf "${WORKDIR}"
trap - EXIT
trap - EXIT