Mike Brady wrote: > For the client installation monitor, what is it that changes the progress from > beeping to REBOOTED. > > My openSUSE systems change, my Centos systems don't. The Centos systems are > pretty minimal so I assume that there is something not installed that needs > to be. >
The state REBOOTED is changed adding a command in /etc/rc.local by the post-install script: /var/lib/systemimager/scripts/post-install/95all.monitord_rebooted At the end of the first boot a message is sent back to the monitor daemon using netcat, reporting the rebooted state. The command is sent only once, then it auto-removes itself. Do you have netcat installed in your image? If not try to install it and you should correctly see the rebooted state. Moreover, I don't know if /etc/rc.local is correctly supported by Centos (I suppose yes, since it is, actually, a red hat system...). Do you have the file /etc/redhat-release in your image? could you check if the /etc/rc.local works as expected? I mean, if you specify a command there, like a simple "echo something" is it correctly executed at the end of the boot (at the very least after the network comes up)? Regards, -Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
