configure.sh wizard, install improvements, encryption fixes, branch support #18
@@ -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
|
#ExecStart=-/sbin/agetty --noclear -n -l "/bin/sh ${SCRIPTPATH}/${SCRIPTNAME} firstrun_run" %I 38400
|
||||||
# user interaction in tty8
|
# user interaction in tty8
|
||||||
StandardInput=tty
|
StandardInput=tty
|
||||||
TTYPath=/dev/tty2
|
TTYPath=/dev/tty8
|
||||||
TTYReset=yes
|
TTYReset=yes
|
||||||
TTYVHangup=yes
|
TTYVHangup=yes
|
||||||
|
|
||||||
@@ -142,7 +142,7 @@ install_sw()
|
|||||||
ipa_register_host()
|
ipa_register_host()
|
||||||
{
|
{
|
||||||
#Integrate this PC into Domain
|
#Integrate this PC into Domain
|
||||||
chvt 2
|
chvt 8
|
||||||
#Check if IPA is already Configured
|
#Check if IPA is already Configured
|
||||||
echo "Checking for existing IPA- Setup."
|
echo "Checking for existing IPA- Setup."
|
||||||
if ( grep -q "${FQDN}" /etc/ipa/default.conf ); then
|
if ( grep -q "${FQDN}" /etc/ipa/default.conf ); then
|
||||||
|
|||||||
Reference in New Issue
Block a user