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


Ignore:
Timestamp:
Jan 17, 2007, 6:03:13 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • mindi now uses completely the configuration file, including for modules description
  • DidMondoCallMe gone for MONDO_SHARE usage rather
  • deplist.txt is now empty and replaced by a lot of files under deplist.d
  • install and package script adapted accordingly
  • delivered in hope others will test and report :-)
File:
1 edited

Legend:

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

    r1047 r1060  
    7272echo "Copying files ..."
    7373install -m 644 isolinux.cfg msg-txt sys-disk.raw.gz isolinux-H.cfg syslinux.cfg syslinux-H.cfg dev.tgz $locallib/mindi
    74 install -m 644 deplist.txt $conf
    7574install -m 644 distributions/conf/deplist.d/* $conf/deplist.d
    7675install -m 444 distributions/conf/mindi.conf.dist $conf
     76md5sum $conf/mindi.conf.dist > $conf/mindi.conf.dist.md5
    7777cat > $conf/mindi.conf << EOF
    7878#
     
    8888EOF
    8989chmod 644 $conf/mindi.conf
     90
     91cat > $conf/deplist.txt << EOF
     92# mindi additional dependency list
     93#
     94# NB:
     95# You have to give an absolute path
     96# If you want to add something, just add it on its own line. K.I.S.S.
     97
     98EOF
     99chmod 644 $conf/deplist.txt
    90100
    91101cp -af rootfs aux-tools $locallib/mindi
Note: See TracChangeset for help on using the changeset viewer.