summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-12-27 22:13:31 +0000
committerMatt Wilson <msw@redhat.com>2000-12-27 22:13:31 +0000
commit120a28b78ac7cb8c2c6b41e3e4574ad41ff1ceee (patch)
tree5f864ae4dadfa62e86b70fb36120d87474e543da /scripts
parent88ff28f6256d6a5c18ccc4c9fe69729dc5bdcb40 (diff)
downloadanaconda-120a28b78ac7cb8c2c6b41e3e4574ad41ff1ceee.tar.gz
anaconda-120a28b78ac7cb8c2c6b41e3e4574ad41ff1ceee.tar.xz
anaconda-120a28b78ac7cb8c2c6b41e3e4574ad41ff1ceee.zip
oops, using msdog fs here, can't do the - trick
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.i3868
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index 601d8f72f..2627bac1e 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -18,11 +18,11 @@ prepareBootImage() {
if [ -d $BOOTDISKDIR/$BOOTLANG ]; then
# fb console and kon don't get along...
if [ "$BOOTLANG" = "ja_JP" ]; then
- sed -e "s/ vga=.*//g" < $MBD_BOOTTREE/syslinux.cfg > $MBD_BOOTTREE/syslinux.cfg-
- mv -f $MBD_BOOTTREE/syslinux.cfg- $MBD_BOOTTREE/syslinux.cfg
+ sed -e "s/ vga=.*//g" < $MBD_BOOTTREE/syslinux.cfg > $MBD_BOOTTREE/syslinux.cf2
+ mv -f $MBD_BOOTTREE/syslinux.cf2 $MBD_BOOTTREE/syslinux.cfg
fi
- sed -e "s/initrd.img/initrd.img lang=$BOOTLANG/g" < $MBD_BOOTTREE/syslinux.cfg > $MBD_BOOTTREE/syslinux.cfg-
- mv -f $MBD_BOOTTREE/syslinux.cfg- $MBD_BOOTTREE/syslinux.cfg
+ sed -e "s/initrd.img/initrd.img lang=$BOOTLANG/g" < $MBD_BOOTTREE/syslinux.cfg > $MBD_BOOTTREE/syslinux.cf2
+ mv -f $MBD_BOOTTREE/syslinux.cf2 $MBD_BOOTTREE/syslinux.cfg
cp $BOOTDISKDIR/$BOOTLANG/*.msg $MBD_BOOTTREE
if [ $? != 0 ]; then
echo $0: Failed to copy messages from $BOOTDISKDIR/$BOOTLANG to $MBD_BOOTTREE.