From 5c0fc573e6057f45749dd200f0c15882975aca2c Mon Sep 17 00:00:00 2001 From: Will Woods Date: Tue, 26 Jul 2011 17:19:16 -0400 Subject: [PATCH] fix bin/login for F16 --- share/runtime-postinstall.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index 0456c620..4f702d59 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -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