Changeset 923 in MondoRescue for trunk/mindi/install.sh


Ignore:
Timestamp:
Nov 13, 2006, 9:51:21 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Now using mindi.conf.dist as an initial set of values
  • usr.bin useless in restore-scripts
  • fixes on build process to allow mondo compilation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi/install.sh

    r914 r923  
    4747install -m 644 deplist.txt $conf
    4848install -m 644 distributions/conf/deplist.d/* $conf/deplist.d
    49 install -m 755 distributions/conf/mindi.conf $conf
     49install -m 644 distributions/conf/mindi.conf $conf
    5050
    5151cp -af rootfs aux-tools $locallib/mindi
     
    5353chmod 755 $locallib/mindi/rootfs/sbin/*
    5454chmod 755 $locallib/mindi/aux-tools/sbin/*
    55 chmod 755 $conf/mindi.conf
    5655
    5756# Substirute variables for init
Note: See TracChangeset for help on using the changeset viewer.