Added a customized version of isolinux that tells the user to try cds 2-5

or read the doc in case of an isolinux failure. Made de modifications to
use our isolinux, maybe now we don't need to recomend syslinux :-?
This commit is contained in:
Santiago Garcia Mantinan 2002-05-15 16:13:46 +00:00
parent 372b3fb808
commit 964374e12e
2 changed files with 1 additions and 1 deletions

BIN
data/woody/isolinux.bin Normal file

Binary file not shown.

View File

@ -57,7 +57,7 @@ THISTYPE=${KTYPE[$NN]}
if [ "${ISOLINUX:-0}" != "0" ] && [ "$NN" = "1" ]; then
echo "Using ISOLINUX boot-disks image on CD$N"
mkdir -p boot$N/isolinux
cp -f /usr/lib/syslinux/isolinux.bin boot$N/isolinux/
cp -f /usr/share/debian-cd/data/woody/isolinux.bin boot$N/isolinux/
cp -lf CD1/dists/$CODENAME/main/disks-$ARCH/current/images-1.44/root.bin boot$N/isolinux/
cp -lf CD1/dists/$CODENAME/main/disks-$ARCH/current/images-1.44/bf2.4/root.bin boot$N/isolinux/bf24.bin
cp -lf CD1/dists/$CODENAME/main/disks-$ARCH/current/images-1.44/compact/root.bin boot$N/isolinux/compact.bin