From f6df47f4520a2511a0f57ae67fc5acd530e846b1 Mon Sep 17 00:00:00 2001
From: j1nx
Date: Thu, 4 Feb 2021 13:26:45 +0100
Subject: [PATCH] Keep /var/log on disk for the moment as we are still
debugging As soon as we might reach a stable release, we can revert this
again
---
buildroot-external/rootfs-overlay/etc/fstab | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildroot-external/rootfs-overlay/etc/fstab b/buildroot-external/rootfs-overlay/etc/fstab
index ee978cb5..39d02859 100644
--- a/buildroot-external/rootfs-overlay/etc/fstab
+++ b/buildroot-external/rootfs-overlay/etc/fstab
@@ -5,6 +5,6 @@ tmpfs /dev/shm tmpfs mode=0777 0 0
tmpfs /tmp tmpfs mode=1777 0 0
tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
sysfs /sys sysfs defaults 0 0
-tmpfs /var/log tmpfs defaults 0 0
+#tmpfs /var/log tmpfs defaults 0 0
tmpfs /var/tmp tmpfs defaults 0 0
tmpfs /ramdisk tmpfs rw,nodev,nosuid,size=20M 0 0