summaryrefslogtreecommitdiff
path: root/usr/src/cmd/boot
diff options
context:
space:
mode:
authorSreedhar Chalamalasetti - Sun Microsystems - Bangalore India <Sreedhar.Chalamalasetti@Sun.COM>2009-06-22 11:53:46 -0700
committerSreedhar Chalamalasetti - Sun Microsystems - Bangalore India <Sreedhar.Chalamalasetti@Sun.COM>2009-06-22 11:53:46 -0700
commita6d4dfa7a18fcdb7079f8e20f9a841cd5136763a (patch)
tree27827cec298b419ded1e5140d3324f6d9f77b4b2 /usr/src/cmd/boot
parent11b07edcf3c1b2566d492933ccf445cdf67a8204 (diff)
downloadillumos-gate-a6d4dfa7a18fcdb7079f8e20f9a841cd5136763a.tar.gz
6835855 luupgrade complains about invalid geo. region during luupgrade to S10u6 / snv_90 and above releases
Diffstat (limited to 'usr/src/cmd/boot')
-rw-r--r--usr/src/cmd/boot/scripts/root_archive.ksh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/boot/scripts/root_archive.ksh b/usr/src/cmd/boot/scripts/root_archive.ksh
index ddb7d540f6..f2ebf31982 100644
--- a/usr/src/cmd/boot/scripts/root_archive.ksh
+++ b/usr/src/cmd/boot/scripts/root_archive.ksh
@@ -404,7 +404,7 @@ archive_lu()
(
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 \