6117 wanboot missing
authorJean McCormack <Jean.McCormack@Sun.COM>
Thu, 15 Jan 2009 10:28:59 -0700
changeset 410 a45fb5d1e16a
parent 409 141e3dc11d9f
child 411 e2496cbb7052
6117 wanboot missing
usr/src/cmd/distro_const/auto_install/ai_post_bootroot_pkg_image_mod
--- a/usr/src/cmd/distro_const/auto_install/ai_post_bootroot_pkg_image_mod	Thu Jan 15 07:13:03 2009 -0700
+++ b/usr/src/cmd/distro_const/auto_install/ai_post_bootroot_pkg_image_mod	Thu Jan 15 10:28:59 2009 -0700
@@ -83,7 +83,7 @@
 # image, wanboot.
 if [ -d ${PKG_IMG_PATH}/platform ] ; then
 	cd ${PKG_IMG_PATH}/platform
-	if [ `uname -m` == "sparc" ] ; then
+	if [ `uname -p` == "sparc" ] ; then
 		$FIND . -type f -a ! -name unix -a ! -name wanboot | $XARGS \
 		    $RM -f
 	else