summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-04 17:39:55 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-04 17:39:55 +0000
commit833ea59fc211171f00c58339cf080e930b1b68db (patch)
treeffa0c74ba876c3d35e2377da7cddefc8f3f25ead
parent1abfc268c59b129d48350aadbef7cecd3ff66018 (diff)
we don't add lang= anymore
-rw-r--r--scripts/mk-images.i3864
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index 6d303399b..9149b8dd2 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -30,10 +30,6 @@ prepareBootTree() {
sed -e "s/ vga=[0-9]*//g" < $MBD_BOOTTREE/syslinux.cfg > $MBD_BOOTTREE/syslinux.cf2
mv -f $MBD_BOOTTREE/syslinux.cf2 $MBD_BOOTTREE/syslinux.cfg
fi
- if [ -n $BOOTDIR ]; then
- sed -e "s/initrd.img/initrd.img lang=$BOOTDIR/g" < $MBD_BOOTTREE/syslinux.cfg > $MBD_BOOTTREE/syslinux.cf2
- mv -f $MBD_BOOTTREE/syslinux.cf2 $MBD_BOOTTREE/syslinux.cfg
- fi
for file in $BOOTDISKDIR/$BOOTLANG/*.msg; do
filename=`basename $file`
sed -e "s/@VERSION@/$VERSION/g" $file > $MBD_BOOTTREE/$filename