View Single Post
  #1   (View Single Post)  
Old 13th November 2008
PeterSteele PeterSteele is offline
Port Guard
 
Join Date: Jul 2008
Posts: 43
Default Scripted sysinstall fails with "Command 'system' failed"

I'm building a sysinstall script and everything is working except a final post install script that I want to run. According to the docs I can do this using the system command. For example:

Code:
command=/stand/post_install.sh
system
However, the script fails to run, with sysinstall giving the error

Code:
Command 'system' failed - rest of script aborted."
I've tried other commands as tests, and nothing seems to work--they all give this error.

I know the script works because if I jump into the live shell and run the script manually, there are no complaints. Is there some trick needed to run a command through the install.cfg file during a scripted sysinstall?
Reply With Quote