From 129713f1b26f39803dd32faf7d2b9d6bfd6099d6 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Fri, 7 Aug 2009 10:34:11 +0000 Subject: [PATCH] Fix syntax error --- tools/boot/lenny/boot-x86 | 4 ++-- tools/boot/squeeze/boot-x86 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/boot/lenny/boot-x86 b/tools/boot/lenny/boot-x86 index f9256be1..11f96ece 100644 --- a/tools/boot/lenny/boot-x86 +++ b/tools/boot/lenny/boot-x86 @@ -70,10 +70,10 @@ 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 ]; then +#if [ "$ARCH" = i386 ] && [ "$INSTALLER_CD" != 1 ] && [ "$INSTALLER_CD" != 2 ]; then #DISK_IMAGES="floppy/cd-drivers.img floppy/boot.img floppy/root.img" #EXTRA_DISK_IMAGES="cdrom/boot.img" -fi +#fi # Download boot images. for image in $BOOT_IMAGES; do diff --git a/tools/boot/squeeze/boot-x86 b/tools/boot/squeeze/boot-x86 index 29f55663..842e9910 100644 --- a/tools/boot/squeeze/boot-x86 +++ b/tools/boot/squeeze/boot-x86 @@ -70,10 +70,10 @@ 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 ]; then +#if [ "$ARCH" = i386 ] && [ "$INSTALLER_CD" != 1 ] && [ "$INSTALLER_CD" != 2 ]; then #DISK_IMAGES="floppy/cd-drivers.img floppy/boot.img floppy/root.img" #EXTRA_DISK_IMAGES="cdrom/boot.img" -fi +#fi # Download boot images. for image in $BOOT_IMAGES; do