Remove /var/log/journal so journald won't write to overlay

It's pretty pointless to copy data from /run/log/journal to
/var/log/journal, since both of those are in-memory filesystems.

This should somewhat reduce RAM use during installation.
This commit is contained in:
Will Woods 2013-04-23 14:29:00 -04:00
parent 4664095e45
commit 270cb8272e
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ systemctl mask fedora-configure.service fedora-loadmodules.service \
fedora-autorelabel.service fedora-autorelabel-mark.service \
fedora-wait-storage.service media.mount
## Don't write the journal to the overlay, just keep it in RAM
remove var/log/journal
## install some basic configuration files
append etc/resolv.conf ""
append etc/fstab ""