diff --git a/tools/boot/woody/boot-i386 b/tools/boot/woody/boot-i386 index 19949c96..74e6f692 100755 --- a/tools/boot/woody/boot-i386 +++ b/tools/boot/woody/boot-i386 @@ -67,7 +67,7 @@ if [ "$ISOLINUX" = "yes" ] && [ "$NN" = "1" ]; then else echo "Using ${THISTYPE:-vanilla} boot-disks image on CD$N" mkdir -p boot$N/boot - cp -f CD1/dists/$CODENAME/main/disks-$ARCH/current/images-2.88/${THISTYPE}/rescue.bin boot$N/boot/ + cp -lf CD1/dists/$CODENAME/main/disks-$ARCH/current/images-2.88/${THISTYPE}/rescue.bin boot$N/boot/ echo -n "-cache-inodes -J -b boot/rescue.bin " > $N.mkisofs_opts fi @@ -124,20 +124,20 @@ if [ "$ISOLINUX" = "yes" ]; then cp -f $BASEDIR/data/woody/isolinux.txt $BASEDIR/data/woody/f*.txt boot$N/isolinux/ cat > boot$N/isolinux/isolinux.cfg < $CDDIR/install/boot.bat @@ -220,7 +220,7 @@ fi # write final lines to mkisofs_opts if [ "$ISOLINUX" = "yes" ] && [ "$NN" = "1" ]; then - echo -n "boot$N" >> $N.mkisofs_opts + echo -n "boot$N " >> $N.mkisofs_opts else echo -n "-c boot/boot.catalog boot$N " >> $N.mkisofs_opts fi