15 lines
238 B
SYSTEMD
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
|