Changeset 466 in MondoRescue
- Timestamp:
- Apr 8, 2006, 11:00:47 PM (19 years ago)
- Location:
- branches/stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/install.sh
r460 r466 112 112 fi 113 113 114 # Special case for SuSE family wher doc is put elsewhere in the RPM115 if [ _"$dfam" != _"suse" ] then;114 # Special case for SuSE family where doc is put elsewhere in the RPM 115 if [ _"$dfam" = _"suse" ] then; 116 116 rm -rf $DOCDIR 117 117 fi -
branches/stable/tools/mkqemu
r464 r466 12 12 13 13 if [ _"$2" == _"" ]; then 14 export SVN_VM="mdk101 mdk102 mdv2006 rh73 rh9 fc4 fc5 rhel3 rhel4 s les9 debian31"14 export SVN_VM="mdk101 mdk102 mdv2006 rh73 rh9 fc4 fc5 rhel3 rhel4 suse10 sles9 debian31" 15 15 else 16 16 export SVN_VM="$2" -
branches/stable/tools/qemu-vm.txt
r464 r466 34 34 35 35 Créer compte bruno avec répertoires nécéssaires + env necessaire 36 adduserbruno36 useradd bruno 37 37 passwd bruno 38 38 -
branches/stable/website/downloads.shtml
r423 r466 63 63 <p>Most of the time, you'll be able to download directly the packages suited for your distribution. Currently we provide packages for : 64 64 <ul> 65 <li>RedHat <a href="ftp://ftp.mondorescue.org/redhat/7.3">7.3</a> .</li>66 <li>Fedora <a href="ftp://ftp.mondorescue.org/fedora/4">Core 4</a> .</li>65 <li>RedHat <a href="ftp://ftp.mondorescue.org/redhat/7.3">7.3</a> and <a href="ftp://ftp.mondorescue.org/redhat/9">9</a>.</li> 66 <li>Fedora <a href="ftp://ftp.mondorescue.org/fedora/4">Core 4</a> and <a href="ftp://ftp.mondorescue.org/fedora/5">Core 5</a>.</li> 67 67 <li>RedHat Enterprise Linux <!--<a href="ftp://ftp.mondorescue.org/rhel/2.1">2.1</a>, --><a href="ftp://ftp.mondorescue.org/rhel/3">3</a>, <a href="ftp://ftp.mondorescue.org/rhel/4">4</a>.</li> 68 68 <li>OpenSuSE <a href="ftp://ftp.mondorescue.org/suse/9.3">9.3</a>, <a href="ftp://ftp.mondorescue.org/suse/10.0">10.0</a>. Look also at <a href="http://www.mikenjane.net/~mike/">this</a> web page for SuSE details. … … 76 76 <h3>Mondo Rescue CD</h3> 77 77 78 <p>In order to make it as easy as possible for you to use Mondo Rescue, you may want to download the latest <a href="ftp://ftp.mondorescue.org/iso/mondorescue.iso">Mondo Rescue CD</a> which contains all the packages with its dependancies available on the ftp site. It is updated daily. 79 78 <p>In order to make it as easy as possible for you to use Mondo Rescue, you may want to download the latest <a href="ftp://ftp.mondorescue.org/iso/mondorescue.iso">Mondo Rescue CD</a> which contains all the packages with its dependancies available on the ftp site. It is updated daily (Currently un-available for bandwidth issues) 80 79 <!-- 81 80 <div class="h2-5">
Note:
See TracChangeset
for help on using the changeset viewer.