Ivan wrote: > Hi guys, > > I found that the Opensolaris setup uses the install-discovery, > install-recovery, etc scripts. This scripts are only available during > the setup. After the installation this scripts are not available > anymore. (I was able to see them after selecting Single User Shell > during setup). > > Now I would like to modify these scripts a little bit (adding some > echo statements for debug purposes) and store them on CD1 of the > Opensolaris installation cd set. Does somebody know how I must do > this? I think it is stored somewhere inside an archive? >
Yes, on x86 it's stored inside the miniroot boot archive. You can use root_archive(1M) to unpack the archive, modify it as necessary for your debugging, and then repack. Dave
