mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Global search/replace: RaspiOS -> RasPiOS
This commit is contained in:
parent
3c360d21fa
commit
5c1b99f240
6 changed files with 14 additions and 14 deletions
|
@ -25,9 +25,9 @@ GOOD_VER=2.14.4 # Orig for 'yum install [rpm]' & XO laptops (pip install)
|
||||||
|
|
||||||
# 'lsb_release -sc' gives Mint 20 codename 'ulyana' etc: (TOO FINE-GRAINED)
|
# 'lsb_release -sc' gives Mint 20 codename 'ulyana' etc: (TOO FINE-GRAINED)
|
||||||
###if grep -q buster /etc/os-release /etc/debian_version; then
|
###if grep -q buster /etc/os-release /etc/debian_version; then
|
||||||
### CODENAME=bionic # Debian 10, RaspiOS 10 & Buster-like distros
|
### CODENAME=bionic # Debian 10, RasPiOS 10 & Buster-like distros
|
||||||
###else
|
###else
|
||||||
### CODENAME=focal # Debian 11+, RaspiOS 11+, Ubuntu 20.04+, Mint 20+ (ETC)
|
### CODENAME=focal # Debian 11+, RasPiOS 11+, Ubuntu 20.04+, Mint 20+ (ETC)
|
||||||
###fi
|
###fi
|
||||||
|
|
||||||
# APRIL 2021 - ansible-base (2.10) was renamed to ansible-core (2.11+):
|
# APRIL 2021 - ansible-base (2.10) was renamed to ansible-core (2.11+):
|
||||||
|
@ -109,7 +109,7 @@ echo -e "(Internet-in-a-Box requests ansible-core $GOOD_VER or higher)\n"
|
||||||
|
|
||||||
# Code above designed to work on all Linux distributions, to preserve options,
|
# Code above designed to work on all Linux distributions, to preserve options,
|
||||||
# in support of any volunteer(s) wanting to port IIAB to a new Linux/distro.
|
# in support of any volunteer(s) wanting to port IIAB to a new Linux/distro.
|
||||||
if [ ! -f /etc/debian_version ]; then # e.g. RaspiOS, Ubuntu, Mint & Debian
|
if [ ! -f /etc/debian_version ]; then # e.g. RasPiOS, Ubuntu, Mint & Debian
|
||||||
echo -e "\nEXITING: /etc/debian_version FILE NOT FOUND. Linux OS support info here:"
|
echo -e "\nEXITING: /etc/debian_version FILE NOT FOUND. Linux OS support info here:"
|
||||||
echo -e " https://github.com/iiab/iiab/wiki/IIAB-Platforms\n"
|
echo -e " https://github.com/iiab/iiab/wiki/IIAB-Platforms\n"
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -140,7 +140,7 @@ fi
|
||||||
|
|
||||||
# 2020-08-20: TEMP WORKAROUND (REVERT TO ANSIBLE 2.9.6) MITIGATING
|
# 2020-08-20: TEMP WORKAROUND (REVERT TO ANSIBLE 2.9.6) MITIGATING
|
||||||
# iiab/iiab#2481 (Ansible 2.9.12 and 2.10.0's 666-TO-600 file permissions
|
# iiab/iiab#2481 (Ansible 2.9.12 and 2.10.0's 666-TO-600 file permissions
|
||||||
# problem). This workaround installs 2.9.6-1ppa~disco onto RaspiOS, from
|
# problem). This workaround installs 2.9.6-1ppa~disco onto RasPiOS, from
|
||||||
# https://launchpad.net/~ansible/+archive/ubuntu/ansible
|
# https://launchpad.net/~ansible/+archive/ubuntu/ansible
|
||||||
#echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu disco main" \
|
#echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu disco main" \
|
||||||
# > /etc/apt/sources.list.d/iiab-ansible.list
|
# > /etc/apt/sources.list.d/iiab-ansible.list
|
||||||
|
|
|
@ -170,7 +170,7 @@ wan_netmask: # wan_netmask: 255.255.255.0
|
||||||
wan_gateway: # wan_gateway: 192.168.1.254
|
wan_gateway: # wan_gateway: 192.168.1.254
|
||||||
# If nec wan_nameserver can override ISP-provided DNS servers via dnsmasq:
|
# If nec wan_nameserver can override ISP-provided DNS servers via dnsmasq:
|
||||||
# /etc/resolv.conf dictates which backend is used for the machine itself, so
|
# /etc/resolv.conf dictates which backend is used for the machine itself, so
|
||||||
# 127.0.0.1 means you get dnsmasq (so it works right away on RaspiOS) while
|
# 127.0.0.1 means you get dnsmasq (so it works right away on RasPiOS) while
|
||||||
# 127.0.0.53 gives you systemd-networkd (so Ubuntu itself does NOT use this
|
# 127.0.0.53 gives you systemd-networkd (so Ubuntu itself does NOT use this
|
||||||
# dnsmasq-specified upstream DNS [e.g. wan_nameserver] but its LAN clients do!)
|
# dnsmasq-specified upstream DNS [e.g. wan_nameserver] but its LAN clients do!)
|
||||||
wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
||||||
|
@ -682,7 +682,7 @@ calibre_web_path: calibre #NEEDS WORK: https://github.com/iiab/iiab/issues/529
|
||||||
# Avoid URL collisions w/ calibreweb_url1, calibreweb_url2, calibreweb_url3 below!
|
# Avoid URL collisions w/ calibreweb_url1, calibreweb_url2, calibreweb_url3 below!
|
||||||
|
|
||||||
# A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX.
|
# A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX.
|
||||||
# REQUIRES PHP 7.4 e.g. Debian 11 Bullseye. 64-bit RaspiOS MIGHT work: #3489
|
# REQUIRES PHP 7.4 e.g. Debian 11 Bullseye. 64-bit RasPiOS MIGHT work: #3489
|
||||||
# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/pbx#readme
|
# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/pbx#readme
|
||||||
# If using PBX intensively, investigate nginx_high_php_limits further above.
|
# If using PBX intensively, investigate nginx_high_php_limits further above.
|
||||||
pbx_install: False
|
pbx_install: False
|
||||||
|
|
|
@ -104,7 +104,7 @@ wan_netmask: # wan_netmask: 255.255.255.0
|
||||||
wan_gateway: # wan_gateway: 192.168.1.254
|
wan_gateway: # wan_gateway: 192.168.1.254
|
||||||
# If nec wan_nameserver can override ISP-provided DNS servers via dnsmasq:
|
# If nec wan_nameserver can override ISP-provided DNS servers via dnsmasq:
|
||||||
# /etc/resolv.conf dictates which backend is used for the machine itself, so
|
# /etc/resolv.conf dictates which backend is used for the machine itself, so
|
||||||
# 127.0.0.1 means you get dnsmasq (so it works right away on RaspiOS) while
|
# 127.0.0.1 means you get dnsmasq (so it works right away on RasPiOS) while
|
||||||
# 127.0.0.53 gives you systemd-networkd (so Ubuntu itself does NOT use this
|
# 127.0.0.53 gives you systemd-networkd (so Ubuntu itself does NOT use this
|
||||||
# dnsmasq-specified upstream DNS [e.g. wan_nameserver] but its LAN clients do!)
|
# dnsmasq-specified upstream DNS [e.g. wan_nameserver] but its LAN clients do!)
|
||||||
wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
||||||
|
@ -415,7 +415,7 @@ calibre_web_path: calibre #NEEDS WORK: https://github.com/iiab/iiab/issues/529
|
||||||
# Avoid URL collisions w/ calibreweb_url1, calibreweb_url2, calibreweb_url3 below!
|
# Avoid URL collisions w/ calibreweb_url1, calibreweb_url2, calibreweb_url3 below!
|
||||||
|
|
||||||
# A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX.
|
# A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX.
|
||||||
# REQUIRES PHP 7.4 e.g. Debian 11 Bullseye. 64-bit RaspiOS MIGHT work: #3489
|
# REQUIRES PHP 7.4 e.g. Debian 11 Bullseye. 64-bit RasPiOS MIGHT work: #3489
|
||||||
# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/pbx#readme
|
# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/pbx#readme
|
||||||
# If using PBX intensively, investigate nginx_high_php_limits further above.
|
# If using PBX intensively, investigate nginx_high_php_limits further above.
|
||||||
pbx_install: False
|
pbx_install: False
|
||||||
|
|
|
@ -104,7 +104,7 @@ wan_netmask: # wan_netmask: 255.255.255.0
|
||||||
wan_gateway: # wan_gateway: 192.168.1.254
|
wan_gateway: # wan_gateway: 192.168.1.254
|
||||||
# If nec wan_nameserver can override ISP-provided DNS servers via dnsmasq:
|
# If nec wan_nameserver can override ISP-provided DNS servers via dnsmasq:
|
||||||
# /etc/resolv.conf dictates which backend is used for the machine itself, so
|
# /etc/resolv.conf dictates which backend is used for the machine itself, so
|
||||||
# 127.0.0.1 means you get dnsmasq (so it works right away on RaspiOS) while
|
# 127.0.0.1 means you get dnsmasq (so it works right away on RasPiOS) while
|
||||||
# 127.0.0.53 gives you systemd-networkd (so Ubuntu itself does NOT use this
|
# 127.0.0.53 gives you systemd-networkd (so Ubuntu itself does NOT use this
|
||||||
# dnsmasq-specified upstream DNS [e.g. wan_nameserver] but its LAN clients do!)
|
# dnsmasq-specified upstream DNS [e.g. wan_nameserver] but its LAN clients do!)
|
||||||
wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
||||||
|
@ -415,7 +415,7 @@ calibre_web_path: calibre #NEEDS WORK: https://github.com/iiab/iiab/issues/529
|
||||||
# Avoid URL collisions w/ calibreweb_url1, calibreweb_url2, calibreweb_url3 below!
|
# Avoid URL collisions w/ calibreweb_url1, calibreweb_url2, calibreweb_url3 below!
|
||||||
|
|
||||||
# A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX.
|
# A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX.
|
||||||
# REQUIRES PHP 7.4 e.g. Debian 11 Bullseye. 64-bit RaspiOS MIGHT work: #3489
|
# REQUIRES PHP 7.4 e.g. Debian 11 Bullseye. 64-bit RasPiOS MIGHT work: #3489
|
||||||
# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/pbx#readme
|
# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/pbx#readme
|
||||||
# If using PBX intensively, investigate nginx_high_php_limits further above.
|
# If using PBX intensively, investigate nginx_high_php_limits further above.
|
||||||
pbx_install: False
|
pbx_install: False
|
||||||
|
|
|
@ -104,7 +104,7 @@ wan_netmask: # wan_netmask: 255.255.255.0
|
||||||
wan_gateway: # wan_gateway: 192.168.1.254
|
wan_gateway: # wan_gateway: 192.168.1.254
|
||||||
# If nec wan_nameserver can override ISP-provided DNS servers via dnsmasq:
|
# If nec wan_nameserver can override ISP-provided DNS servers via dnsmasq:
|
||||||
# /etc/resolv.conf dictates which backend is used for the machine itself, so
|
# /etc/resolv.conf dictates which backend is used for the machine itself, so
|
||||||
# 127.0.0.1 means you get dnsmasq (so it works right away on RaspiOS) while
|
# 127.0.0.1 means you get dnsmasq (so it works right away on RasPiOS) while
|
||||||
# 127.0.0.53 gives you systemd-networkd (so Ubuntu itself does NOT use this
|
# 127.0.0.53 gives you systemd-networkd (so Ubuntu itself does NOT use this
|
||||||
# dnsmasq-specified upstream DNS [e.g. wan_nameserver] but its LAN clients do!)
|
# dnsmasq-specified upstream DNS [e.g. wan_nameserver] but its LAN clients do!)
|
||||||
wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
||||||
|
@ -415,7 +415,7 @@ calibre_web_path: calibre #NEEDS WORK: https://github.com/iiab/iiab/issues/529
|
||||||
# Avoid URL collisions w/ calibreweb_url1, calibreweb_url2, calibreweb_url3 below!
|
# Avoid URL collisions w/ calibreweb_url1, calibreweb_url2, calibreweb_url3 below!
|
||||||
|
|
||||||
# A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX.
|
# A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX.
|
||||||
# REQUIRES PHP 7.4 e.g. Debian 11 Bullseye. 64-bit RaspiOS MIGHT work: #3489
|
# REQUIRES PHP 7.4 e.g. Debian 11 Bullseye. 64-bit RasPiOS MIGHT work: #3489
|
||||||
# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/pbx#readme
|
# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/pbx#readme
|
||||||
# If using PBX intensively, investigate nginx_high_php_limits further above.
|
# If using PBX intensively, investigate nginx_high_php_limits further above.
|
||||||
pbx_install: False
|
pbx_install: False
|
||||||
|
|
|
@ -104,7 +104,7 @@ wan_netmask: # wan_netmask: 255.255.255.0
|
||||||
wan_gateway: # wan_gateway: 192.168.1.254
|
wan_gateway: # wan_gateway: 192.168.1.254
|
||||||
# If nec wan_nameserver can override ISP-provided DNS servers via dnsmasq:
|
# If nec wan_nameserver can override ISP-provided DNS servers via dnsmasq:
|
||||||
# /etc/resolv.conf dictates which backend is used for the machine itself, so
|
# /etc/resolv.conf dictates which backend is used for the machine itself, so
|
||||||
# 127.0.0.1 means you get dnsmasq (so it works right away on RaspiOS) while
|
# 127.0.0.1 means you get dnsmasq (so it works right away on RasPiOS) while
|
||||||
# 127.0.0.53 gives you systemd-networkd (so Ubuntu itself does NOT use this
|
# 127.0.0.53 gives you systemd-networkd (so Ubuntu itself does NOT use this
|
||||||
# dnsmasq-specified upstream DNS [e.g. wan_nameserver] but its LAN clients do!)
|
# dnsmasq-specified upstream DNS [e.g. wan_nameserver] but its LAN clients do!)
|
||||||
wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
||||||
|
@ -415,7 +415,7 @@ calibre_web_path: calibre #NEEDS WORK: https://github.com/iiab/iiab/issues/529
|
||||||
# Avoid URL collisions w/ calibreweb_url1, calibreweb_url2, calibreweb_url3 below!
|
# Avoid URL collisions w/ calibreweb_url1, calibreweb_url2, calibreweb_url3 below!
|
||||||
|
|
||||||
# A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX.
|
# A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX.
|
||||||
# REQUIRES PHP 7.4 e.g. Debian 11 Bullseye. 64-bit RaspiOS MIGHT work: #3489
|
# REQUIRES PHP 7.4 e.g. Debian 11 Bullseye. 64-bit RasPiOS MIGHT work: #3489
|
||||||
# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/pbx#readme
|
# INSTRUCTIONS: https://github.com/iiab/iiab/tree/master/roles/pbx#readme
|
||||||
# If using PBX intensively, investigate nginx_high_php_limits further above.
|
# If using PBX intensively, investigate nginx_high_php_limits further above.
|
||||||
pbx_install: False
|
pbx_install: False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue