From d3fcbcfbedf9f687f3f7c31f8f9f05553405d251 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Tue, 20 Sep 2011 14:04:58 -0400 Subject: [PATCH] remove hack that replaces /bin/login anaconda should be handling this properly now. --- share/runtime-postinstall.tmpl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index e8c3b37d..11e45290 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -39,11 +39,6 @@ remove etc/systemd/system/default.target.wants/* 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 -## make the anaconda shell on tty2 work without login -remove bin/login -append bin/login "#!/bin/bash" -append bin/login "exec -l /bin/bash" -chmod bin/login 755 ## remove unwanted systemd services removefrom systemd-units /lib/systemd/system/kexec* removefrom systemd-units /lib/systemd/system/local-fs.target.wants/media.mount