Changeset 1246 in MondoRescue
- Timestamp:
- Mar 16, 2007, 1:27:04 AM (18 years ago)
- Location:
- branches/stable/mindi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/distributions/conf/mindi.conf.dist
r1220 r1246 123 123 # Replace with that line for HP OCMP e.g. 124 124 #mindi_deny_mods="MPS_Driver_Mapper mps octtldrv tscttl streams" 125 # 126 # Modules that SHOULD be part of the mini distribution 127 # created for recovery time 128 # 129 mindi_force_mods="" 130 # Replace with that line for a hardware migration 131 #mindi_force_mods="mptsas" 125 132 # 126 133 # Additional modules to support -
branches/stable/mindi/mindi
r1193 r1246 110 110 EXTRA_MODS="$CDROM_MODS $mindi_extra_mods $mindi_additional_mods" 111 111 DENY_MODS="mindi_deny_mods" 112 FORCE_MODS="mindi_force_mods" 112 113 113 114 BOOT_MEDIA_MESSAGE="$mindi_boot_msg" … … 2723 2724 floppy_modules="" 2724 2725 if [ "$disksize" -lt "2880" ] ; then 2725 list_of_groovy_mods="$FLOPPY_MODS $ IDE_MODS ide-scsi sr_mod cdrom isocd isofs `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`"2726 else 2727 list_of_groovy_mods="$CDROM_MODS `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`"2726 list_of_groovy_mods="$FLOPPY_MODS $FORCE_MODS $IDE_MODS ide-scsi sr_mod cdrom isocd isofs `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`" 2727 else 2728 list_of_groovy_mods="$CDROM_MODS $FORCE_MODS `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`" 2728 2729 fi 2729 2730 if [ "$NFS_DEV" != "" ] ; then
Note:
See TracChangeset
for help on using the changeset viewer.