Edited label for bootable partition (#13381)

Changed label of bootable partition from 'hassio-boot' to 'hassos-boot'
This commit is contained in:
glynaunac 2020-05-18 10:53:14 +02:00 committed by GitHub
parent 31af901a48
commit 1b64e2fab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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].