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
This commit is contained in:
j1nx 2021-02-04 13:26:45 +01:00
parent c3ea8a3827
commit f6df47f452
1 changed files with 1 additions and 1 deletions

View File

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