Changeset 2460 in MondoRescue for branches/2.2.10/mindi/install.sh


Ignore:
Timestamp:
Oct 9, 2009, 3:18:59 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Adds a conf file example for mindi and fix #360 + mode of file
  • Apply path from Matthew Cline (matt_at_nightrealms.com) in order to fix #359
  • Adds support for libcrc32c (needed by bnx2x)
  • afio is under /bin on Debian
  • Fix an error in the test for grub conf files (or used instead of and)
  • Fix a bug in handling of -E option with real devices (bad report in function mr_make_devlist_from_pathlist of the test between -E and -I)
  • CIFS mounts shouldn't be part of the mountlist analysis (should help solving #288)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mindi/install.sh

    r2445 r2460  
    7676install -m 755 analyze-my-lvm $locallib/mindi
    7777install -m 644 msg-txt dev.tgz $locallib/mindi
    78 install -m 644 deplist.conf deplist-minimal.conf udev.files proliant.files $conf
     78install -m 644 deplist.conf deplist-minimal.conf udev.files proliant.files mindi.conf $conf
    7979for f in deplist.d/*.conf; do
    8080    install -m 644 $f $conf/deplist.d
Note: See TracChangeset for help on using the changeset viewer.