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:
parent
4664095e45
commit
270cb8272e
@ -38,6 +38,9 @@ systemctl mask fedora-configure.service fedora-loadmodules.service \
|
|||||||
fedora-autorelabel.service fedora-autorelabel-mark.service \
|
fedora-autorelabel.service fedora-autorelabel-mark.service \
|
||||||
fedora-wait-storage.service media.mount
|
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
|
## install some basic configuration files
|
||||||
append etc/resolv.conf ""
|
append etc/resolv.conf ""
|
||||||
append etc/fstab ""
|
append etc/fstab ""
|
||||||
|
Loading…
Reference in New Issue
Block a user