Turn off ldconfig
We don't need to update ldconfig when running the boot.iso, disable it to speed up the boot.
This commit is contained in:
parent
11c9e0e8ee
commit
c4c90e0b5e
@ -41,7 +41,8 @@ systemctl disable systemd-readahead-collect.service \
|
||||
## /usr/lib/systemd rather than /etc/systemd), so we have to mask them.
|
||||
systemctl mask fedora-configure.service fedora-loadmodules.service \
|
||||
fedora-autorelabel.service fedora-autorelabel-mark.service \
|
||||
fedora-wait-storage.service media.mount
|
||||
fedora-wait-storage.service media.mount \
|
||||
ldconfig.service
|
||||
|
||||
## Make logind activate anaconda-shell@.service on switch to empty VT
|
||||
symlink anaconda-shell@.service lib/systemd/system/autovt@.service
|
||||
|
Loading…
Reference in New Issue
Block a user