forked from armbian/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99d4abf
commit 4e37b27
Showing
4 changed files
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,10 +53,10 @@ function do_main_configuration() { | |
[[ -z $VENDORBUGS ]] && VENDORBUGS="https://armbian.atlassian.net/" | ||
[[ -z $VENDORDOCS ]] && VENDORDOCS="https://docs.armbian.com/" | ||
[[ -z $VENDORLOGO ]] && VENDORLOGO="armbian-logo" | ||
[[ -z $ROOTPWD ]] && ROOTPWD="1234" # Must be changed @first login | ||
[[ -z $MAINTAINER ]] && MAINTAINER="John Doe" # deb signature | ||
[[ -z $MAINTAINERMAIL ]] && MAINTAINERMAIL="[email protected]" # deb signature | ||
DEST_LANG="${DEST_LANG:-"en_US.UTF-8"}" # en_US.UTF-8 is default locale for target | ||
[[ -z $ROOTPWD ]] && ROOTPWD="1234" # Must be changed @first login | ||
[[ -z $MAINTAINER ]] && MAINTAINER="John Doe" # deb signature | ||
[[ -z $MAINTAINERMAIL ]] && MAINTAINERMAIL="[email protected]" # deb signature | ||
DEST_LANG="${DEST_LANG:-"en_US.UTF-8"}" # en_US.UTF-8 is default locale for target | ||
display_alert "DEST_LANG..." "DEST_LANG: ${DEST_LANG}" "debug" | ||
|
||
declare -g SKIP_EXTERNAL_TOOLCHAINS="${SKIP_EXTERNAL_TOOLCHAINS:-yes}" # don't use any external toolchains, by default. | ||
|