mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 14:01:43 +01:00
common.sh: Use amd64-usr as the default default board
We only support amd64-usr at this point, so this removes a required step when setting up a new SDK. If the default board is specified normally or through the environment, it will override this value.
This commit is contained in:
parent
8f761a7fdb
commit
8e8d07f9a0
@ -383,6 +383,8 @@ if [[ -f ${GCLIENT_ROOT}/src/scripts/.default_board ]]; then
|
||||
die ".default_board: invalid name detected; please fix:" \
|
||||
"'${DEFAULT_BOARD}'"
|
||||
fi
|
||||
elif [ -z "${DEFAULT_BOARD-}" ]; then
|
||||
DEFAULT_BOARD=amd64-usr
|
||||
fi
|
||||
|
||||
# Directory to store built images. Should be set by sourcing script when used.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user