diff options
| author | Matt Wilson <msw@redhat.com> | 2001-08-28 23:43:23 +0000 |
|---|---|---|
| committer | Matt Wilson <msw@redhat.com> | 2001-08-28 23:43:23 +0000 |
| commit | 8246056a2674452ec60cb82fa418ffd7ee35f24b (patch) | |
| tree | 5cf3b0075eb00525cb80759773224c8ece19791f /scripts | |
| parent | 2d06c36490b3f9c3757f01dd7a39b346be845b16 (diff) | |
tier 1 langs only, please
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/mk-images.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386 index 3cd4c1aee..896ce1563 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -104,7 +104,8 @@ makeinitrd --initrdto $TOPDESTPATH/images/initrd-pcmcia.img \ --modules "$PCMCIAMAINMODULES" #for I in $BOOTDISKDIR; do -for I in `find $BOOTDISKDIR -type d`; do +TIER1LANGS="de_DE|fr_FR|it_IT|es_ES|ja_JP" +for I in $BOOTDISKDIR `find $BOOTDISKDIR -type d | egrep "($TIER1LANGS)"`; do BOOTLANG=`basename $I` BOOTDIR=`basename $I | cut -d'_' -f1` |
