Fix syntax error
This commit is contained in:
parent
16525fc87c
commit
129713f1b2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue