Re-add the tools directory on amd64 and i386 disc #1
This commit is contained in:
parent
60c1387960
commit
132bae8583
|
@ -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 () {
|
||||
|
|
Loading…
Reference in New Issue