TSOL 8 install custom install error
I am tring to build a custom TSOL8 0204 install cd/dvd. If I keep the size under 700mb it work however if the size is larger them it fails to find the configuration files.
With errors like this:
/sbin/startup: /sbin/sysidfind: not found
Here is how I am building the CD/DVD on a solaris 10 box
mkdir /image/s0
cd /cdrom/cdrom0/s0
find . -print | cpio -pudm /image/s0
/etc/init.d/volmgt stop
for i in 1 2 3 4 5
do
dd if=/dev/dsk/c0t6/d0s${i} of=tsol8.s${i} bs=512
done
/etc/init.d/volmgt start
make my changes to /image/s0 and add new packages
build new iso with mkisofs
mkisofs -R -d -L -l -sparc-boot tsol8.s1,tsol8.s2,tsol8.s3,tsol8.s4,tsol8.s5 -o /tmp/new_image.iso ./s0
Burn CD/DVD to disk and test.
Again if the size is under 700mb it work find if however, it is over it gives errors. Is this a TSOL CD issue or am I missing somthing?
Thanks,
Perry

