From 1b64e2fab76cdc92effea0ec94008e1350e4299e Mon Sep 17 00:00:00 2001 From: glynaunac <36795150+glynaunac@users.noreply.github.com> Date: Mon, 18 May 2020 10:53:14 +0200 Subject: [PATCH] Edited label for bootable partition (#13381) Changed label of bootable partition from 'hassio-boot' to 'hassos-boot' --- source/hassio/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 17a3b5cfdef..a7c872c5b5f 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -40,7 +40,7 @@ The following will take you through the steps required to install Home Assistant 3. Optional - set up the Wi-Fi or static IP. There are two possible places for that: - on a blank USB stick with a FAT32 partition having partition label `CONFIG`, while in its root directory, create the `network/my-network` file, or - - on the Home Assistant SD card's first, bootable partition (labeled `hassio-boot`, might not be auto mounted in Linux) create the `CONFIG/network/my-network` file. + - on the Home Assistant SD card's first, bootable partition (labeled `hassos-boot`, might not be auto mounted in Linux) create the `CONFIG/network/my-network` file. For the content of this file, follow the [Home Assistant Operating System howto][hassos-network].