Changeset 582 in MondoRescue for branches/2.0.8/mindi/mindi


Ignore:
Timestamp:
May 28, 2006, 11:49:22 PM (18 years ago)
Author:
bcornec
Message:

Add missing modules for small bootfloppies (cdrom, isocd, isofs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.8/mindi/mindi

    r576 r582  
    28002800    floppy_modules=""
    28012801    if [ "$disksize" -lt "2880" ] ; then
    2802         list_of_groovy_mods="$FLOPPY_MODS $IDE_MODS ide-scsi sr_mod `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`"
     2802        list_of_groovy_mods="$FLOPPY_MODS $IDE_MODS ide-scsi sr_mod cdrom isocd isofs `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`"
    28032803    else
    28042804        list_of_groovy_mods="$CDROM_MODS `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`"
Note: See TracChangeset for help on using the changeset viewer.