Ignore:
Timestamp:
Oct 2, 2009, 4:30:07 AM (15 years ago)
Author:
Bruno Cornec
Message:

r3513@localhost: bruno | 2009-10-02 00:09:16 +0200

  • Not using busybox for mindi anymore (start - step needed for tests)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo-doc/mondorescue-howto.sgml

    r2382 r2445  
    10181018</sect1>
    10191019
    1020 <sect1 id="installation-mindi-busybox">
    1021 <title>Mindi Busybox Installation</title>
    1022 <para>If you are installing from a tarball then copy it to wherever
    1023 you have enough space, for example /tmp and type:</para>
    1024 <para></para>
    1025 <informaltable><tgroup cols="1"><tbody>
    1026 <row>
    1027 <entry>
    1028 
    1029         bash# cd /tmp
    1030 </entry>
    1031 </row>
    1032 <row>
    1033     <entry>
    1034         bash# tar -zxvf mindi-busybox-1.x.tgz
    1035     </entry>
    1036 </row>
    1037 <row>
    1038     <entry>
    1039         bash# cd mindi-busybox-1.x
    1040     </entry>
    1041 </row>
    1042 <row>
    1043     <entry>
    1044         bash# make oldconfig
    1045     </entry>
    1046 </row>
    1047 <row>
    1048     <entry>
    1049         bash# make busybox
    1050     </entry>
    1051 </row>
    1052 <row>
    1053     <entry>
    1054         bash# make install
    1055     </entry>
    1056 </row>
    1057 </tbody></tgroup></informaltable>
    1058 <para>This installs busybox files and symlinks into /usr/local/lib/mindi/rootfs
    1059 </para>
    1060 <para>Or, if you are installing from an RPM/deb then copy it to
    1061 wherever you have enough space, for example /tmp and type:</para>
    1062 <para></para>
    1063 <informaltable><tgroup cols="1"><tbody>
    1064 <row>
    1065 <entry>
    1066 
    1067 bash# rpm -Uvh /tmp/mindi-busybox-1.x-x.i386.rpm
    1068 </entry>
    1069 </row>
    1070 <row>
    1071 <entry>
    1072 
    1073 or
    1074 </entry>
    1075 </row>
    1076 <row>
    1077 <entry>
    1078 
    1079 bash# dpkg -i /tmp/mindi-busybox-1.x-x.deb
    1080 
    1081 </entry>
    1082 </row>
    1083 </tbody></tgroup></informaltable>
    1084 
    1085 <para>This installs busybix files and symlinks into /usr/lib/mindi/rootfs
    1086 </para>
    1087 </sect1>
    1088 
    10891020<sect1 id="installation-mondo">
    10901021<title>Mondo Installation</title>
     
    11601091<row>
    11611092    <entry>
    1162         bash# rpm -Va mindi mondo mindi-busybox
     1093        bash# rpm -Va mindi mondo
    11631094    </entry>
    11641095</row>
     
    12151146
    12161147Latest Mindi is available from http://www.mondorescueg
    1217 
    1218 BusyBox sources are available from http://www.busybox.net
    12191148
    12201149------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.