You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
476 B
Bash
17 lines
476 B
Bash
# Supported options are (from build.sh):
|
|
# -d | --distribution <distro>
|
|
# -p | --proposed-updates
|
|
# -a | --arch <architecture>
|
|
# -v | --verbose
|
|
# -D | --debug
|
|
# -h | --help
|
|
# --variant <variant>
|
|
# --version <version>
|
|
# --subdir <directory-name>
|
|
# --get-image-path
|
|
# --no-clean
|
|
# --clean
|
|
|
|
BUILD_OPTS_SHORT="d:pa:vDh"
|
|
BUILD_OPTS_LONG="distribution:,proposed-updates,arch:,verbose,debug,variant:,version:,subdir:,get-image-path,no-clean,clean,help"
|