6835855 luupgrade complains about invalid geo. region during luupgrade to S10u6 / snv_90 and above releases
authorSreedhar Chalamalasetti - Sun Microsystems - Bangalore India <Sreedhar.Chalamalasetti@Sun.COM>
Mon, 22 Jun 2009 11:53:46 -0700
changeset 9931 75d4c33cfffa
parent 9930 6a35d0df7374
child 9932 a8333f243e6e
6835855 luupgrade complains about invalid geo. region during luupgrade to S10u6 / snv_90 and above releases
usr/src/cmd/boot/scripts/root_archive.ksh
--- a/usr/src/cmd/boot/scripts/root_archive.ksh	Mon Jun 22 12:32:01 2009 -0600
+++ b/usr/src/cmd/boot/scripts/root_archive.ksh	Mon Jun 22 11:53:46 2009 -0700
@@ -404,7 +404,7 @@
 
 	(
 		cd "$MINIROOT"
-		find usr/lib/install usr/snadm usr/sbin \
+		find usr/lib/install usr/snadm usr/sbin usr/lib/locale \
 		    boot/grub boot/solaris/bootenv.rc \
 		    tmp/root/boot/grub tmp/root/boot/solaris/bootenv.rc \
 		    2> /dev/null | cpio -ocmPuB 2> /dev/null | bzip2 \