Setup mdadm to turn off homehost (#1156614)

This commit is contained in:
Brian C. Lane 2014-10-28 10:29:38 -07:00
parent 4a7552d4be
commit a7a3dd276d
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ move ${PYTHONDIR}/site-packages/pyanaconda/sitecustomize.py ${PYTHONDIR}/site-pa
## move_repos()
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
remove etc/systemd/system/default.target
symlink /lib/systemd/system/anaconda.target etc/systemd/system/default.target