Changeset 290 in MondoRescue


Ignore:
Timestamp:
Jan 10, 2006, 9:43:18 AM (18 years ago)
Author:
bcornec
Message:

stop creating further size of floppy disks if the smaller one succeeds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.06/mindi/mindi

    r289 r290  
    31943194        LogIt "Warning - failed to create 1.72MB boot image. Please reduce your kernel's size\n"
    31953195        LogIt "if you want to make a 1.72MB floppy disk.\n"
    3196     fi
    3197     if ! PrepareBootDiskImage_SYSLINUX $imagesdir 2880 $kernelpath $ramdisk_size ; then
    3198         LogIt "Warning - failed to create 2.88MB floppy disk image.\n"
    3199         LogIt "Please reduce your kernel's size\n"
    3200         LogIt "if you want to make a 2.88MB floppy disk.\n"
    3201     fi
    3202     PrepareBootDiskImage_SYSLINUX $imagesdir 5760 $kernelpath $ramdisk_size || Die "Failed to create 5.76MB floppy disk image."
     3196        if ! PrepareBootDiskImage_SYSLINUX $imagesdir 2880 $kernelpath $ramdisk_size ; then
     3197            LogIt "Warning - failed to create 2.88MB floppy disk image.\n"
     3198            LogIt "Please reduce your kernel's size\n"
     3199            LogIt "if you want to make a 2.88MB floppy disk.\n"
     3200            PrepareBootDiskImage_SYSLINUX $imagesdir 5760 $kernelpath $ramdisk_size || Die "Failed to create 5.76MB floppy disk image."
     3201        fi
     3202    fi
    32033203fi
    32043204
Note: See TracChangeset for help on using the changeset viewer.