Is there a way to avoid the following messages during Jumpstart in Solaris
05/09 release:
Attempting to configure interface bge3...
Skipped interface bge3
Attempting to configure interface bge2...
Skipped interface bge2
Attempting to configure interface bge1...
Skipped interface bge1
Attempting to configure interface bge0...
Configured interface bge0
In the previous versions of Solaris you could do:
In the miniroot modify line #910 of the file
...../Tools/Boot/sbin/install-discovery from:
for i in `ifconfig -a | awk '/^[a-z0-9]*:/{print $1}'`; do
to
for i in `ifconfig -a | fgrep '<UP' | awk '/^[a-z0-9]*:/{print $1}'`; do
But I was not able to find install-discovery script in Solaris 0509. Rather I
did not see sbin dir under Boot dir. Any ideas??
--
This message posted from opensolaris.org
_______________________________________________
sysadmin-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss