![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 11i install error | C3000 | HP-UX | 4 | 11-12-2007 04:28 AM |
| install vim error | murad.jaber | SUN Solaris | 2 | 11-06-2007 03:27 AM |
| Oracle 9i install: Error in invoking target install of makefile | chris2005 | HP-UX | 5 | 02-21-2007 05:45 AM |
| error reading sections error at install | doelman | SUN Solaris | 2 | 02-05-2007 08:21 AM |
| gcc install error | fansings | Linux | 1 | 11-08-2004 02:49 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
install-discovery script error for X86
Hi
I have edited the install-discovery in the miniroot to take in new bootargs and to generate a sysidcfg file for cd install. I have added my new bootargs in the "Private Flags section" and added a new function to generate the sysidcfg. However now when I try to install using the cd the install-discovery crashes out at this point # read bootargs for the boot device # if fails - ignore and assume regular install # if ok - see if preinstall bootargs set # and if possible, copy the /devices from the stub # read prom for default boot dev # looking for "FD=..." # # Also, remember if an install option is specified. If so, skip # the itu_jumpstart_menu. # install_menu=none set -- "" set -- `/sbin/getbootargs 2>/dev/null` if [ $# -gt 0 ] ; then while [ $# -gt 0 ] ; do case $1 in # # Public flags # FD=*) # at end of script, save root dev in /tmp/.preinstall # this is an unambiguous indication of stub boot FJS_BOOT="yes" From=`(/sbin/install-discovery: syntax error at line 737: `(' unexpected I haven't even touched this section of the script so I am confused any ideas out there Thanks |
|||
| Google UNIX.COM |
| Forum Sponsor | ||
|
|