diff --git a/buildroot-external/overlay/etc/systemd/system/mnt-boot.mount b/buildroot-external/overlay/etc/systemd/system/mnt-boot.mount new file mode 100644 index 000000000..35663fa24 --- /dev/null +++ b/buildroot-external/overlay/etc/systemd/system/mnt-boot.mount @@ -0,0 +1,10 @@ +[Unit] +Description=Hassio boot partition + +[Mount] +What=LABEL=hassio-boot +Where=/mnt/boot +Type=auto + +[Install] +WantedBy=multi-user.target