MycroftOS: Remove /var/log from tmpfs

- This to keep the log files at reboot
This commit is contained in:
Peter Steenbergen 2019-06-11 15:41:50 +02:00
parent 1763c6be2c
commit 469f4473bf
1 changed files with 0 additions and 1 deletions

View File

@ -6,6 +6,5 @@ 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/tmp tmpfs defaults 0 0
tmpfs /ramdisk tmpfs rw,nodev,nosuid,size=20M 0 0