summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xscripts/upd-instroot4
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c4efc7f8a..9e4fcbb84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-16 Jeremy Katz <katzj@redhat.com>
+
+ * scripts/upd-instroot: Don't build locale-archive for now. The
+ file is too big for cramfs :-/
+
2005-11-16 Bill Nottingham <notting@redhat.com>
* utils/trimpciids: Fix tyop
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 256e4c2a7..e13d6b6e8 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -956,8 +956,10 @@ rm -f $DESTGR/locales $DESTGR/locales.list
for p in $DEST $DESTGR; do
echo "Building locale archive"
if [ -x /usr/bin/runroot -a -n "$COMPONENT" ]; then
- runroot $COMPONENT --onlyone --arch $ARCH "/usr/sbin/chroot $p /usr/sbin/build-locale-archive"
+ echo "not building for now... it's too big for cramfs"
+# runroot $COMPONENT --onlyone --arch $ARCH "/usr/sbin/chroot $p /usr/sbin/build-locale-archive"
else
+ echo "not building for now... it's too big for cramfs"
/usr/sbin/chroot $p /usr/sbin/build-locale-archive
fi
# mv $p/usr/lib/locale/locale-archive $p/usr/lib/locale-archive