rootfs: Remove /var/log/journal
Since `/var` is a tmpfs filesystem, having the Journal stored there is just a waste of space; `systemd-journald` already writes the journal to `/run/log/journal`.master
parent
9c03601dc0
commit
b63412e7f0
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
rm -rfv "${TARGET_DIR}"/var/log/journal
|
||||||
|
|
Reference in New Issue