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-10 23:13:49 +02:00
committed by GitHub
parent ba713bc1b8
commit ab2def733d
@@ -18,6 +18,9 @@ function fix_rootfs() {
rm -rf ${TARGET_DIR}/media
rm -rf ${TARGET_DIR}/srv
rm -rf ${TARGET_DIR}/opt
# Other stuff
rm -f ${TARGET_DIR}/usr/lib/os-release
}