changeset 9931:75d4c33cfffa

6835855 luupgrade complains about invalid geo. region during luupgrade to S10u6 / snv_90 and above releases
author Sreedhar Chalamalasetti - Sun Microsystems - Bangalore India <Sreedhar.Chalamalasetti@Sun.COM>
date Mon, 22 Jun 2009 11:53:46 -0700
parents 6a35d0df7374
children a8333f243e6e
files usr/src/cmd/boot/scripts/root_archive.ksh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \