Remove old mentions of floppy in the code

This commit is contained in:
Steve McIntyre 2015-01-14 02:32:58 +00:00
parent fc10046fba
commit e4a3987cbe
1 changed files with 1 additions and 6 deletions

View File

@ -82,11 +82,6 @@ else
fi
BOOT_IMAGES="cdrom/initrd.gz cdrom/vmlinuz cdrom/debian-cd_info.tar.gz"
# Only include disk images on full CDs, not on smaller images.
#if [ "$ARCH" = i386 ] && [ "$INSTALLER_CD" != 1 ] && [ "$INSTALLER_CD" != 2 ] && [ "$INSTALLER_CD" != C ]; then
#DISK_IMAGES="floppy/cd-drivers.img floppy/boot.img floppy/root.img"
#EXTRA_DISK_IMAGES="cdrom/boot.img"
#fi
# Download boot images.
for image in $BOOT_IMAGES; do
@ -417,7 +412,7 @@ EOF
EOF
fi
rm -rf cdrom floppy
rm -rf cdrom
# Common mkisofs options when creating CDs
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-J -joliet-long"