Skip to content

Commit

Permalink
Change hostname to mixxxpi
Browse files Browse the repository at this point in the history
  • Loading branch information
fayaaz committed Jan 25, 2021
1 parent 0624c0e commit 1f294c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ export DEPLOY_DIR=${DEPLOY_DIR:-"${BASE_DIR}/deploy"}
export DEPLOY_ZIP="${DEPLOY_ZIP:-1}"
export LOG_FILE="${WORK_DIR}/build.log"

export TARGET_HOSTNAME=${TARGET_HOSTNAME:-raspberrypi}
export TARGET_HOSTNAME=${TARGET_HOSTNAME:-mixxxpi}

export FIRST_USER_NAME=${FIRST_USER_NAME:-pi}
export FIRST_USER_PASS=${FIRST_USER_PASS:-raspberry}
export FIRST_USER_PASS=${FIRST_USER_PASS:-mixxx}
export RELEASE=${RELEASE:-buster}
export WPA_ESSID
export WPA_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion pi-gen-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The following environment variables are supported:

Default system locale.

* `TARGET_HOSTNAME` (Default: "raspberrypi" )
* `TARGET_HOSTNAME` (Default: "mixxxpi" )

Setting the hostname to the specified value.

Expand Down

0 comments on commit 1f294c2

Please sign in to comment.