disable unneeded tmp.mount service in anaconda

this is also a workaround for some weirdo problem on ppc. whee!
This commit is contained in:
Will Woods 2011-08-08 20:36:35 -04:00
parent 058fa13a54
commit ec097a869e

View File

@ -35,6 +35,8 @@ move etc/yum.repos.d etc/anaconda.repos.d
## Configure systemd to start anaconda
remove etc/systemd/system/default.target
symlink /lib/systemd/system/anaconda.target etc/systemd/system/default.target
## workaround: /tmp is writeable, so we don't need tmp.mount
replace tmp.mount "" /lib/systemd/system/loader.service
remove bin/login
append bin/login "#!/bin/bash"
append bin/login "exec -l /bin/bash"