Changeset 1280 in MondoRescue for branches/stable/mindi/install.sh


Ignore:
Timestamp:
Mar 28, 2007, 4:21:54 PM (17 years ago)
Author:
Bruno Cornec
Message:

First try to add HP Hardware support in mindi
Requires perl and dmidecode

File:
1 edited

Legend:

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

    r1276 r1280  
    122122# Substitute variables for mindi
    123123sed -e "s~^MINDI_PREFIX=XXX~MINDI_PREFIX=$sublocal~" -e "s~^MINDI_CONF=YYY~MINDI_CONF=$subconf~" -e "s~^MINDI_VER=VVV~MINDI_VER=$MINDIVER~" -e "s~^MINDI_REV=RRR~MINDI_REV=$MINDIREV~" -e "s~^MINDI_LIB=LLL~MINDI_LIB=$sublocallib~" mindi > $local/sbin/mindi
    124 chmod 755 $local/sbin/mindi
     124sed -e "s~^my \$mindiconf=YYY~my \$mindiconf=$subconf;~" mindi-bkphw > $local/sbin/mindi-bkphw
     125chmod 755 $local/sbin/mindi $local/sbin/mindi-bkphw
    125126install -m 755 parted2fdisk.pl $local/sbin
    126127install -m 755 analyze-my-lvm $locallib/mindi
Note: See TracChangeset for help on using the changeset viewer.