mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
manually_toggle_AP: false -> hostapd_enabled: True
This commit is contained in:
parent
fe93538229
commit
8ee3c0a375
1 changed files with 7 additions and 3 deletions
|
@ -48,9 +48,13 @@ host_country_code: US
|
|||
hostapd_secure: True
|
||||
hostapd_password: "iiab2017"
|
||||
driver_name: nl80211
|
||||
manually_toggle_AP: false
|
||||
# Above defers AP if installing via WiFi (then after ./iiab-install completes
|
||||
# and content is downloaded, run "iiab-hotspot-on" to enable internal AP).
|
||||
hostapd_enabled: True
|
||||
# Above is forcibly set to False (in roles/network/tasks/main.yml) if IIAB is
|
||||
# being WiFi-installed (run "iiab-hotspot-on" AFTER ./iiab-install completes
|
||||
# and content is downloaded, to enable the internal WiFi Access Point / AP!)
|
||||
reboot_to_AP: False
|
||||
# For those installing IIAB over WiFi: "reboot_to_AP: True" overrides the above
|
||||
# behavior, forcing "hostapd_enabled: True" even if installing over WiFi.
|
||||
|
||||
network_config_dir: /etc/network/interfaces.d
|
||||
#iiab_network_mode: "Gateway"
|
||||
|
|
Loading…
Reference in a new issue