disable unneeded tmp.mount service in anaconda
this is also a workaround for some weirdo problem on ppc. whee!
This commit is contained in:
parent
058fa13a54
commit
ec097a869e
@ -35,6 +35,8 @@ move etc/yum.repos.d etc/anaconda.repos.d
|
|||||||
## 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
|
||||||
|
## workaround: /tmp is writeable, so we don't need tmp.mount
|
||||||
|
replace tmp.mount "" /lib/systemd/system/loader.service
|
||||||
remove bin/login
|
remove bin/login
|
||||||
append bin/login "#!/bin/bash"
|
append bin/login "#!/bin/bash"
|
||||||
append bin/login "exec -l /bin/bash"
|
append bin/login "exec -l /bin/bash"
|
||||||
|
Loading…
Reference in New Issue
Block a user