AnotherAlan
Technical User
Hi all,
I am attempting to build a custom jumpstart begin script that builds the profile on the fly.
I am experiencing an error on the following test argument;
if [ ${SI_ROOTDISKSIZE} -lt 36864 ]
then
ROOT_SIZE=10240
else
ROOT_SIZE=15360
fi
the error being;
/tmp/install_config/Begin/etc.be: test: argument expected
Begin script Begin/etc.be failed with return value "1".
I have succesfully used SI_ROOTDISKSIZE in previous scripts.
Can anyone see an obvious error here? It all looks fine to me but Solaris doesn't like it.
As always, all help much appreciated.
Alan
I am attempting to build a custom jumpstart begin script that builds the profile on the fly.
I am experiencing an error on the following test argument;
if [ ${SI_ROOTDISKSIZE} -lt 36864 ]
then
ROOT_SIZE=10240
else
ROOT_SIZE=15360
fi
the error being;
/tmp/install_config/Begin/etc.be: test: argument expected
Begin script Begin/etc.be failed with return value "1".
I have succesfully used SI_ROOTDISKSIZE in previous scripts.
Can anyone see an obvious error here? It all looks fine to me but Solaris doesn't like it.
As always, all help much appreciated.
Alan