1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-01 06:02:23 +01:00
Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/mnt-boot.mount
2019-01-28 09:58:40 +01:00

15 lines
238 B
SYSTEMD

[Unit]
Description=HassOS boot partition
DefaultDependencies=no
Before=umount.target
After=local-fs.target
Conflicts=umount.target
[Mount]
What=/dev/disk/by-label/hassos-boot
Where=/mnt/boot
Type=auto
[Install]
WantedBy=local-fs.target