Last active
July 29, 2024 08:13
-
-
Save amrikarisma/1d3bc22e112c05ee2d74015991a7b8db to your computer and use it in GitHub Desktop.
Auto Connect WiFi on ARMBIAN. Edit the file /root/.not_logged_in_yet and use root user!
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
PRESET_NET_WIFI_ENABLED=1 | |
PRESET_NET_ETHERNET_ENABLED=1 | |
PRESET_NET_WIFI_SSID='Wifi network name' | |
PRESET_NET_WIFI_KEY='Wifi password' | |
PRESET_NET_WIFI_COUNTRYCODE='ID' | |
PRESET_CONNECT_WIRELESS=n | |
SET_LANG_BASED_ON_LOCATION=n | |
PRESET_LOCALE=en_US.UTF-8 | |
PRESET_TIMEZONE=Asia/Jakarta | |
PRESET_ROOT_PASSWORD=tester123 | |
PRESET_USER_NAME=opi | |
PRESET_USER_PASSWORD=tester123 | |
PRESET_DEFAULT_REALNAME=OrangePi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment