Changes between Version 73 and Version 74 of FAQ


Ignore:
Timestamp:
Jan 22, 2010, 4:34:07 PM (14 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v73 v74  
    588588
    589589You need to remove that driver from the loaded driver if you don't need it.
    590 One way is at backup time to use the FORCE_MODS variable in mindi (see the example in mindi)
     590One way is at backup time to use the DENY_MODS variable in mindi (see the example in mindi)
    591591A second way to do it, is to exclude it at restore time, by adding to the boot prompt line the parameter denymods=fdomain
    592592Example:
     
    651651grep -E '^[A-Z]*_MODS=' /usr/sbin/mindi
    652652}}}
     653
     654== Q41/ How do I support cloning to a different system ? ==
     655
     656If you know the list of drivers needed on the target system, you can force their inclusion at archive time by doing:
     657{{{
     658echo 'FORCE_MODS="driver1 driver2"' >> /etc/mindi/mindi.conf
     659}}}