diff --git a/system_setup/setup_system_full.sh b/system_setup/setup_system_full.sh index d1fb19b..257949e 100755 --- a/system_setup/setup_system_full.sh +++ b/system_setup/setup_system_full.sh @@ -67,7 +67,7 @@ ExecStart=/bin/sh ${SCRIPTPATH}/${SCRIPTNAME} firstrun_run #ExecStart=-/sbin/agetty --noclear -n -l "/bin/sh ${SCRIPTPATH}/${SCRIPTNAME} firstrun_run" %I 38400 # user interaction in tty8 StandardInput=tty -TTYPath=/dev/tty2 +TTYPath=/dev/tty8 TTYReset=yes TTYVHangup=yes @@ -142,7 +142,7 @@ install_sw() ipa_register_host() { #Integrate this PC into Domain -chvt 2 +chvt 8 #Check if IPA is already Configured echo "Checking for existing IPA- Setup." if ( grep -q "${FQDN}" /etc/ipa/default.conf ); then