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


Ignore:
Timestamp:
Jan 25, 2007, 4:18:59 PM (17 years ago)
Author:
Bruno Cornec
Message:

Improvements for USB support in mindi when called from mondo
Changelogs in C files removed from common

File:
1 edited

Legend:

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

    r1063 r1075  
    7474install -m 644 distributions/conf/deplist.d/* $conf/deplist.d
    7575install -m 444 distributions/conf/mindi.conf.dist $conf
     76#
     77# Compute mindi.conf.dist (cecked by mindi) to avoid changes here
     78# Modify the checksum file so that path is correct at execution time
     79#
    7680md5sum $conf/mindi.conf.dist > $conf/mindi.conf.dist.md5
     81perl -pi -e "s~$conf~$subconf~" $conf/mindi.conf.dist.md5
     82#
     83# Example of mindi.conf
     84#
    7785cat > $conf/mindi.conf << EOF
    7886#
     
    8997chmod 644 $conf/mindi.conf
    9098
     99#
     100# Example of deplist.txt
     101#
    91102cat > $conf/deplist.txt << EOF
    92103# mindi additional dependency list
Note: See TracChangeset for help on using the changeset viewer.