Disable dnf-makecache.timer (#1120368)
We don't want to update the dnf cache in the installation image. The metadata will be downloaded when it is needed.
This commit is contained in:
parent
770608f5e6
commit
d828bed65d
@ -31,7 +31,8 @@ systemctl disable systemd-readahead-collect.service \
|
||||
systemd-readahead-replay.service \
|
||||
mdmonitor.service \
|
||||
mdmonitor-takeover.service \
|
||||
lvm2-monitor.service
|
||||
lvm2-monitor.service \
|
||||
dnf-makecache.timer
|
||||
## These services can't be disabled normally (they're linked into place in
|
||||
## /usr/lib/systemd rather than /etc/systemd), so we have to mask them.
|
||||
systemctl mask fedora-configure.service fedora-loadmodules.service \
|
||||
|
Loading…
Reference in New Issue
Block a user