* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
16 lines
288 B
SYSTEMD
16 lines
288 B
SYSTEMD
[Unit]
|
|
Description=HassOS data partition
|
|
Wants=hassos-expand.service
|
|
DefaultDependencies=no
|
|
After=hassos-expand.service
|
|
Before=umount.target local-fs.target
|
|
Conflicts=umount.target
|
|
|
|
[Mount]
|
|
What=/dev/disk/by-label/hassos-data
|
|
Where=/mnt/data
|
|
Type=ext4
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|