From 75248f1d36e05b85975a35aa098020af2c12760e Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Mon, 22 Jun 2020 19:07:15 +0200 Subject: [PATCH] Update Raspbian -> Raspberry Pi OS in installation docs (#13753) --- source/_docs/configuration/securing.markdown | 2 +- source/_docs/installation/docker.markdown | 2 +- source/_docs/installation/raspberry-pi.markdown | 6 +++--- source/_docs/installation/troubleshooting.markdown | 2 +- source/_docs/installation/virtualenv.markdown | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/_docs/configuration/securing.markdown b/source/_docs/configuration/securing.markdown index 3f9b1b2782a..2384a67696e 100644 --- a/source/_docs/configuration/securing.markdown +++ b/source/_docs/configuration/securing.markdown @@ -26,5 +26,5 @@ As well as the above we advise that you consider the following to improve securi - For systems that use SSH set `PermitRootLogin no` in your sshd configuration (usually `/etc/ssh/sshd_config`) and to use SSH keys for authentication instead of passwords. This is particularly important if you enable remote access to your SSH services. - Lock down the host following good practice guidance, for example: - * [Securing Debian Manual](https://www.debian.org/doc/manuals/securing-debian-manual/index.en.html) (this also applies to Raspbian) + * [Securing Debian Manual](https://www.debian.org/doc/manuals/securing-debian-manual/index.en.html) (this also applies to Raspberry Pi OS) * [Red Hat Enterprise Linux 7 Security Guide](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/pdf/Security_Guide/Red_Hat_Enterprise_Linux-7-Security_Guide-en-US.pdf), [CIS Red Hat Enterprise Linux 7 Benchmark](https://benchmarks.cisecurity.org/tools2/linux/CIS_Red_Hat_Enterprise_Linux_7_Benchmark_v1.0.0.pdf) diff --git a/source/_docs/installation/docker.markdown b/source/_docs/installation/docker.markdown index 29eb1a1e1c7..f6f27f989a8 100644 --- a/source/_docs/installation/docker.markdown +++ b/source/_docs/installation/docker.markdown @@ -22,7 +22,7 @@ Installation with Docker is straightforward. Adjust the following command so tha docker run --init -d --name="home-assistant" -e "TZ=America/New_York" -v /PATH_TO_YOUR_CONFIG:/config --net=host homeassistant/home-assistant:stable ``` -### Raspberry Pi 3 (Raspbian) +### Raspberry Pi 3 (Raspberry Pi OS) ```bash docker run --init -d --name="home-assistant" -e "TZ=America/New_York" -v /PATH_TO_YOUR_CONFIG:/config --net=host homeassistant/raspberrypi3-homeassistant:stable diff --git a/source/_docs/installation/raspberry-pi.markdown b/source/_docs/installation/raspberry-pi.markdown index 9830fcc7323..23122195ead 100644 --- a/source/_docs/installation/raspberry-pi.markdown +++ b/source/_docs/installation/raspberry-pi.markdown @@ -1,12 +1,12 @@ --- title: "Manual installation on a Raspberry Pi" -description: "Instructions to install Home Assistant Core on a Raspberry Pi running Raspbian Lite." +description: "Instructions to install Home Assistant Core on a Raspberry Pi running Raspberry Pi OS Lite." redirect_from: /getting-started/installation-raspberry-pi/ --- -This installation of Home Assistant Core requires the Raspberry Pi to run [Raspbian Lite](https://www.raspberrypi.org/downloads/raspbian/). The installation will be installed in a [Virtual Environment](/docs/installation/virtualenv) with minimal overhead. Instructions assume this is a new installation of Raspbian Lite. +This installation of Home Assistant Core requires the Raspberry Pi to run [Raspberry Pi OS Lite](https://www.raspberrypi.org/downloads/raspberry-pi-os//). The installation will be installed in a [Virtual Environment](/docs/installation/virtualenv) with minimal overhead. Instructions assume this is a new installation of Raspberry Pi OS Lite. -You must have Python 3.7 or later installed (including the package `python3-dev`) which is *not* the case for Raspbian Stretch. +You must have Python 3.7 or later installed (including the package `python3-dev`) which is *not* the case for Raspberry Pi OS Stretch.
Although these installation steps specifically mention a Raspberry Pi, you can go ahead and proceed on any Linux install as well. This guide is also referred to as the "Advanced Guide" for a virtual environment install. diff --git a/source/_docs/installation/troubleshooting.markdown b/source/_docs/installation/troubleshooting.markdown index c727e0ea4a2..560cf59a28f 100644 --- a/source/_docs/installation/troubleshooting.markdown +++ b/source/_docs/installation/troubleshooting.markdown @@ -32,7 +32,7 @@ In newer Linux distributions the access to a host is very limited. This means th To fix this you will need to open your machine's firewall for TCP traffic to port 8123. The method for doing this will vary depending on your operating system and the firewall you have installed. Below are some suggestions to try. Google is your friend here. -For UFW systems (Ubuntu, Debian, Raspbian, etc.): +For UFW systems (Ubuntu, Debian, Raspberry Pi OS, etc.): ```bash sudo ufw allow 8123/tcp diff --git a/source/_docs/installation/virtualenv.markdown b/source/_docs/installation/virtualenv.markdown index f6724b957a3..f9bc2a56699 100644 --- a/source/_docs/installation/virtualenv.markdown +++ b/source/_docs/installation/virtualenv.markdown @@ -101,7 +101,7 @@ pip3 install --upgrade git+git://github.com/home-assistant/home-assistant.git@de
-Looking for more advanced guides? Check our [Raspbian guide](/docs/installation/raspberry-pi/) or the [other installation guides](/docs/installation/). +Looking for more advanced guides? Check our [Raspberry Pi OS guide](/docs/installation/raspberry-pi/) or the [other installation guides](/docs/installation/).