* 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
15 lines
271 B
SYSTEMD
15 lines
271 B
SYSTEMD
[Unit]
|
|
Description=Hostname persistent configuration
|
|
Requires=mnt-overlay.mount
|
|
After=mnt-overlay.mount hassos-overlay.service
|
|
Before=network.target
|
|
|
|
[Mount]
|
|
What=/mnt/overlay/etc/hostname
|
|
Where=/etc/hostname
|
|
Type=none
|
|
Options=bind
|
|
|
|
[Install]
|
|
WantedBy=hassos-bind.target
|