Update hassio-config

This commit is contained in:
Pascal Vizeli 2018-04-11 16:00:08 +02:00 committed by GitHub
parent 8747a4566d
commit c6012da734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,22 @@ set -e
# Check if hassio-config is present
if ! findfs LABEL="hassio-config" > /dev/null; then
echo "[WARN] No hassio-config partition found."
echo "[Warning] No hassio-config partition found!"
exit 0
fi
# Mount config partition
mount -o ro LABEL="hassio-config" /mnt/config
##
# NetworkManager
##
# SSH know hosts
##
# Firmware update
# Cleanup config partition
umount /mnt/config