Setup mdadm to turn off homehost (#1156614)
This commit is contained in:
parent
4a7552d4be
commit
a7a3dd276d
@ -18,6 +18,10 @@ move ${PYTHONDIR}/site-packages/pyanaconda/sitecustomize.py ${PYTHONDIR}/site-pa
|
|||||||
## move_repos()
|
## move_repos()
|
||||||
move etc/yum.repos.d etc/anaconda.repos.d
|
move etc/yum.repos.d etc/anaconda.repos.d
|
||||||
|
|
||||||
|
## Setup mdadm config to turn off homehost
|
||||||
|
remove etc/mdadm.conf
|
||||||
|
append etc/mdadm.conf "HOMEHOST <ignore>\n"
|
||||||
|
|
||||||
## Configure systemd to start anaconda
|
## Configure systemd to start anaconda
|
||||||
remove etc/systemd/system/default.target
|
remove etc/systemd/system/default.target
|
||||||
symlink /lib/systemd/system/anaconda.target etc/systemd/system/default.target
|
symlink /lib/systemd/system/anaconda.target etc/systemd/system/default.target
|
||||||
|
Loading…
Reference in New Issue
Block a user