fix bin/login for F16
This commit is contained in:
parent
913fffbfa9
commit
5c0fc573e6
@ -33,8 +33,10 @@ 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
|
||||
remove bin/login
|
||||
append bin/login "#!/bin/bash"
|
||||
append bin/login "exec -l /bin/bash"
|
||||
chmod bin/login 755
|
||||
%else:
|
||||
## Set up loader as init
|
||||
remove sbin/init
|
||||
|
Loading…
Reference in New Issue
Block a user