fix bin/login for F16

This commit is contained in:
Will Woods 2011-07-26 17:19:16 -04:00
parent 913fffbfa9
commit 5c0fc573e6

View File

@ -33,8 +33,10 @@ 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
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"
chmod bin/login 755
%else: %else:
## Set up loader as init ## Set up loader as init
remove sbin/init remove sbin/init