1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-08 17:49:46 +01:00

Update rootfs_layer.sh

This commit is contained in:
Pascal Vizeli
2018-05-13 16:21:37 +02:00
committed by GitHub
parent 979af0c8bc
commit 13a736d4bd
@@ -20,6 +20,9 @@ function fix_rootfs() {
# Other stuff
rm -f ${TARGET_DIR}/usr/lib/os-release
# Fix tempfs
sed -i "/srv/d" ${TARGET_DIR}/usr/lib/tmpfiles.d/home.conf
}