Changes between Version 73 and Version 74 of FAQ
- Timestamp:
- Jan 22, 2010, 4:34:07 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v73 v74 588 588 589 589 You 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)590 One way is at backup time to use the DENY_MODS variable in mindi (see the example in mindi) 591 591 A second way to do it, is to exclude it at restore time, by adding to the boot prompt line the parameter denymods=fdomain 592 592 Example: … … 651 651 grep -E '^[A-Z]*_MODS=' /usr/sbin/mindi 652 652 }}} 653 654 == Q41/ How do I support cloning to a different system ? == 655 656 If you know the list of drivers needed on the target system, you can force their inclusion at archive time by doing: 657 {{{ 658 echo 'FORCE_MODS="driver1 driver2"' >> /etc/mindi/mindi.conf 659 }}}