Changeset 1276 in MondoRescue
- Timestamp:
- Mar 28, 2007, 2:27:39 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/install.sh
r1089 r1276 79 79 # Example of mindi.conf 80 80 # 81 cat > $conf/mindi.conf << EOF 81 if [ ! -e $conf/mindi.conf ]; then 82 cat > $conf/mindi.conf << EOF 82 83 # 83 84 # Configuration file for mindi … … 91 92 # 92 93 EOF 93 chmod 644 $conf/mindi.conf 94 chmod 644 $conf/mindi.conf 95 fi 94 96 95 97 # 96 98 # Example of deplist.txt 97 99 # 98 cat > $conf/deplist.txt << EOF 100 if [ ! -e $conf/deplist.txt ]; then 101 cat > $conf/deplist.txt << EOF 99 102 # mindi additional dependency list 100 103 # … … 104 107 105 108 EOF 106 chmod 644 $conf/deplist.txt 109 chmod 644 $conf/deplist.txt 110 fi 107 111 108 112 cp -af rootfs aux-tools $locallib/mindi
Note:
See TracChangeset
for help on using the changeset viewer.