Don't trash all the initscripts 'fedora*' services
We need some of them (fedora-import-state.service), so let's just disable the ones that cause us problems (mostly fedora-storage*).
This commit is contained in:
parent
00c0009e14
commit
58228ab5f7
@ -22,7 +22,7 @@ move etc/yum.repos.d etc/anaconda.repos.d
|
|||||||
remove etc/systemd/system/default.target
|
remove etc/systemd/system/default.target
|
||||||
remove etc/systemd/system/default.target.wants/*
|
remove etc/systemd/system/default.target.wants/*
|
||||||
symlink /lib/systemd/system/anaconda.target etc/systemd/system/default.target
|
symlink /lib/systemd/system/anaconda.target etc/systemd/system/default.target
|
||||||
## remove unwanted systemd services
|
## remove/disable unwanted systemd services
|
||||||
removefrom systemd-units /lib/systemd/system/kexec*
|
removefrom systemd-units /lib/systemd/system/kexec*
|
||||||
removefrom systemd-units /lib/systemd/system/local-fs.target.wants/media.mount
|
removefrom systemd-units /lib/systemd/system/local-fs.target.wants/media.mount
|
||||||
removefrom systemd-units /lib/systemd/system/media.mount
|
removefrom systemd-units /lib/systemd/system/media.mount
|
||||||
@ -30,7 +30,7 @@ removefrom systemd-units /lib/systemd/system/*plymouth*
|
|||||||
removefrom systemd-units /lib/systemd/system/quota*.service
|
removefrom systemd-units /lib/systemd/system/quota*.service
|
||||||
removefrom systemd-units /lib/systemd/system/systemd-remount-api-vfs.service
|
removefrom systemd-units /lib/systemd/system/systemd-remount-api-vfs.service
|
||||||
removefrom ConsoleKit /lib/systemd/system/*
|
removefrom ConsoleKit /lib/systemd/system/*
|
||||||
removefrom initscripts /lib/systemd/system/fedora* /lib/systemd/fedora*
|
removefrom initscripts /lib/systemd/system/local-fs.target.wants/fedora-storage* /lib/systemd/system/basic.target.wants/*
|
||||||
removefrom lvm2 /lib/systemd/system/*
|
removefrom lvm2 /lib/systemd/system/*
|
||||||
removefrom mdadm /lib/systemd/system/*
|
removefrom mdadm /lib/systemd/system/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user