first test of multiboot ElTorito image for cd1

This commit is contained in:
Jim Westveer 2001-11-17 06:04:45 +00:00
parent f6ccb04145
commit 04f8fa0dbc
1 changed files with 39 additions and 2 deletions

View File

@ -54,13 +54,51 @@ echo "Using ${KTYPE[$NN]} boot-disks image on CD$N"
:> $N.mkisofs_opts
mkdir -p boot$N/boot
cp -f CD1/dists/$CODENAME/main/disks-$ARCH/current/images-2.88/${KTYPE[$NN]}/rescue.bin boot$N/boot/
echo -n "-J -b boot/rescue.bin -c boot/boot.catalog boot$N" > $N.mkisofs_opts
echo -n "-J -b boot/rescue.bin -c boot/boot.catalog boot$N " > $N.mkisofs_opts
# Only disk one gets the extra files installed
#
if [ $N == "1" ] || [ $N == "1_NONUS" ] ; then
# # new new new # #
# The next chunk of code is only used if MULTIBOOT=yes
# Make disk1 a multi-boot image
# ElTorito supports multiple boot images
if [ $MULTIBOOT == "yes" ] ; then
echo "Adding additional boot images to CD1"
# first copy/link the next boot block to the disk.
cp -f CD1/dists/$CODENAME/main/disks-$ARCH/current/images-2.88/${KTYPE[2]}/rescue.bin boot$N/boot/${KTYPE[2]}.bin
# then the eltorito-alt-boot cmd to mkisofs_opts
echo -n " -eltorito-alt-boot " >> $N.mkisofs_opts
# then copy the mkisofs command for this image to the mkisofs_opts
echo -n " -b boot/${KTYPE[2]}.bin " >> $N.mkisofs_opts
# first copy/link the next boot block to the disk.
cp -f CD1/dists/$CODENAME/main/disks-$ARCH/current/images-2.88/${KTYPE[3]}/rescue.bin boot$N/boot/${KTYPE[3]}.bin
# then the eltorito-alt-boot cmd to mkisofs_opts
echo -n " -eltorito-alt-boot " >> $N.mkisofs_opts
# then copy the mkisofs command for this image to the mkisofs_opts
echo -n " -b boot/${KTYPE[3]}.bin " >> $N.mkisofs_opts
#...and so on...or loop 2-n???
fi
# populate the install directory as well
(cd $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/ ; \
cp -f images-1.44/resc*.bin $CDDIR/install ; \
@ -71,7 +109,6 @@ if [ $N == "1" ] || [ $N == "1_NONUS" ] ; then
cp -f images-1.44/root.bin $CDDIR/install )
# Tools for disc 1
# and include the legacy DOS stuff