diff options
| -rw-r--r-- | scripts/mk-images.i386 | 4 |
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 |
