> On 01/28/2015 09:02 AM, Prunk Dump wrote: >> >> A very simple question. >> >> Is there a way to finish the FAI install remotely when the main script >> wait for a user pressing "enter" ? >> >> Sending a reboot or shutdown command is not very clean. >> >> Can someone help me to find the correct ssh command ? >> >> Thanks. >> >> Baptiste. > >
2015-01-28 17:23 GMT+01:00 Bob Apodaca <b...@phxlab.honeywell.com>: > When I perform installs, sshd is running and I connect using that. If you > don't know the IP address of the system, press control-alt-F2 and type: > ifconfig > > do determine the IP address. Then log-in as root via ssh, the password is in > the documentation. After you log-in, do: > > tail -f /tmp/fai/fai.log > > Check me here, I am going from memory and may be wrong. Once the install is > complete, I believe you will see the "press enter to reboot" message. At > that time you can type: faireboot > > and the system will reboot. > > Bob > > Thank you very much Bob ! It's works ! I did not know the faireboot command... Thank you again. Baptiste.