Re-add the tools directory on amd64 and i386 disc #1

This commit is contained in:
Steve McIntyre 2009-02-14 12:16:11 +00:00
parent 60c1387960
commit 132bae8583
1 changed files with 8 additions and 1 deletions

View File

@ -119,6 +119,13 @@ if [ "$NN" = "1" ]; then
cp -lf $disk $CDDIR/$INSTALLDIR/$dir
fi
done
if [ -e "$MIRROR/tools" ] && \
[ ! -e $CDDIR/tools ] && \
[ "$OMIT_DOC_TOOLS" != "1" ] ; then
echo " Adding tools to CD1"
$BASEDIR/tools/add_files $CDDIR $MIRROR tools
fi
fi
extra_image () {
@ -158,7 +165,7 @@ case "$DESKTOP" in
esac
if [ "$THISTYPE" = "isolinux" ]; then
echo "Using ISOLINUX boot-disks image on CD$N"
echo " Using ISOLINUX boot-disks image on CD$N"
mkdir -p $CDDIR/$INSTALLDIR
cp -lf cdrom/vmlinuz $CDDIR/$INSTALLDIR/
cp -lf cdrom/initrd.gz $CDDIR/$INSTALLDIR/