-
-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace raspbian by raspios due to renaming of the OS * (beta) Added initial support for building 64-bit images Signed-off-by: Holger Friedrich <[email protected]>
- Loading branch information
1 parent
bfcf7e6
commit 2af4344
Showing
2 changed files
with
80 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Modify your openHABian settings | ||
# Handle with care, only touch if you need to!! | ||
|
||
hostname=openhab | ||
username=openhabian | ||
userpw=openhabian | ||
|
||
# Language and time. Be sure to set these to valid values | ||
timeserver=0.pool.ntp.org | ||
locales="en_US.UTF-8 de_DE.UTF-8" | ||
system_default_locale="en_US.UTF-8" | ||
#timezone=Europe/Berlin | ||
|
||
# Wi-Fi settings. An ethernet connection is recommended | ||
# Requirement: RPi4, RPi3, RPi0W or a supported external Wi-Fi dongle | ||
# Fill in your SSID and password below, leave empty to use ethernet | ||
# ATTENTION: you need to escape these special characters: $, `, ", \, (newline) | ||
# 'Escaping' means to put an additional \ in front of that character | ||
wifi_ssid="" | ||
wifi_psk="" | ||
|
||
# Wi-Fi setting. Select a two-letter country code suitable for your location | ||
# E.g. US (default), DE, AU, NZ... | ||
# You may infringe on local legislature otherwise | ||
# See https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 or /usr/share/zoneinfo/zone.tab | ||
wifi_country="" | ||
|
||
# Eventually disable all IPv6 e.g. on installation problems | ||
# values: "enable", "disable" | ||
ipv6=enable | ||
|
||
# repo to clone from (if not master for build and test) | ||
repositoryurl=https://github.com/openhab/openhabian.git | ||
clonebranch=master | ||
|
||
# debug verbosity mode | ||
# values: "unattended", "unattended_debug" (verbose output in log) or "debug_maximum" (show every command in either mode) | ||
mode=unattended | ||
|
||
# Hardware | ||
# pi0, pi0w, pi1, cm1, pi2, pi3, cm3, pi3+, cm3+, pi4 | ||
#hw=pi3 | ||
|
||
# Hardware architecture | ||
# x86_64, amd64, armv6l, armv7l, aarch64, arm64 | ||
#hwarch=armv7l | ||
|
||
# OS Release | ||
# ubuntu, raspbian, debian | ||
# jessie, stretch, buster, bullseye, sid | ||
# trusty, xenial, bionic, focal | ||
#release=buster | ||
|
||
# Java architecture mode | ||
# values: "Zulu32", "Zulu64" or "AdoptOpenJDK" | ||
java_arch=64-bit | ||
|
||
# vim: filetype=sh |
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