Changeset 475 in MondoRescue for branches


Ignore:
Timestamp:
Apr 12, 2006, 10:26:35 PM (18 years ago)
Author:
bcornec
Message:

Allow 5670 MB fllopy disks for lilo as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r473 r475  
    32193219    else
    32203220        if ! PrepareBootDiskImage_LILO $imagesdir 1722 $kernelpath $ramdisk_size ; then
    3221         LogIt "Warning - failed to create 1.72MB boot image. Please reduce your kernel's size\n"
    3222         LogIt "if you want to make a 1.72MB floppy disk.\n"
    3223         fi
    3224         PrepareBootDiskImage_LILO $imagesdir 2880 $kernelpath $ramdisk_size || Die "Failed to create 2.88MB floppy disk image."
     3221            LogIt "Warning - failed to create 1.72MB boot image. Please reduce your kernel's size\n"
     3222            LogIt "if you want to make a 1.72MB floppy disk.\n"
     3223        fi
     3224        if ! PrepareBootDiskImage_LILO $imagesdir 2880 $kernelpath $ramdisk_size ;  then
     3225            LogIt "Warning - failed to create 2.88MB floppy disk image.\n"
     3226            LogIt "Please reduce your kernel's size\n"
     3227            LogIt "if you want to make a 2.88MB floppy disk.\n"
     3228            PrepareBootDiskImage_LILO $imagesdir 5760 $kernelpath $ramdisk_size || Die "Failed to create 2.88MB floppy disk image."
     3229        fi
    32253230    fi
    32263231else
Note: See TracChangeset for help on using the changeset viewer.