diff --git a/buildroot-external/scripts/rootfs_layer.sh b/buildroot-external/scripts/rootfs_layer.sh index a46b62365..e281858ce 100644 --- a/buildroot-external/scripts/rootfs_layer.sh +++ b/buildroot-external/scripts/rootfs_layer.sh @@ -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 }