Mask the tmp.mount service to avoid tmpfs

Anaconda runtime is already in memory, no need to use tmpfs here.  In
fact use of tmpfs here will overwrite any updates content that was put
in place by dracut.
This commit is contained in:
Jesse Keating 2012-08-15 13:59:56 -07:00 committed by Brian C. Lane
parent 5cd87b9fe3
commit ca15f6d2ba

View File

@ -33,7 +33,7 @@ systemctl disable systemd-readahead-collect.service \
systemctl mask fedora-configure.service fedora-loadmodules.service \ systemctl mask fedora-configure.service fedora-loadmodules.service \
fedora-storage-init.service fedora-storage-init-late.service \ fedora-storage-init.service fedora-storage-init-late.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 tmp.mount
## install some basic configuration files ## install some basic configuration files
append etc/resolv.conf "" append etc/resolv.conf ""