Controller to not touch osup if possible
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
set -eu
|
||||
|
||||
### User-configurable vars
|
||||
IMG_DIR="./out"
|
||||
SCRIPT_DIR="$(dirname "${BASH_SOURCE[0]}")"
|
||||
OUT_DIR="$( realpath "$SCRIPT_DIR"/../out/ )"
|
||||
IMG_DIR="$OUT_DIR"
|
||||
CONFIG_PART_SUFFIX="s1" # config partition after flashing
|
||||
ENV_SEARCH_DIR="./out" # optional; leave empty to use selected image dir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user