From 889e12b58bc22471246c9e95937ed033b2d511f0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 27 Mar 2018 13:47:31 +0200 Subject: [PATCH] Create mnt-boot.mount --- .../overlay/etc/systemd/system/mnt-boot.mount | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 buildroot-external/overlay/etc/systemd/system/mnt-boot.mount 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