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

View File

@@ -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
}