Changeset 466 in MondoRescue for branches/stable


Ignore:
Timestamp:
Apr 8, 2006, 11:00:47 PM (18 years ago)
Author:
bcornec
Message:
  • Fix mindi RPM SUSE delivery
  • Add Open SUSE 10 support with qemu.
  • Website update
Location:
branches/stable
Files:
4 edited

Legend:

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

    r460 r466  
    112112fi
    113113
    114 # Special case for SuSE family wher doc is put elsewhere in the RPM
    115 if [ _"$dfam" != _"suse" ] then;
     114# Special case for SuSE family where doc is put elsewhere in the RPM
     115if [ _"$dfam" = _"suse" ] then;
    116116    rm -rf $DOCDIR
    117117fi
  • branches/stable/tools/mkqemu

    r464 r466  
    1212
    1313if [ _"$2" == _"" ]; then
    14     export SVN_VM="mdk101 mdk102 mdv2006 rh73 rh9 fc4 fc5 rhel3 rhel4 sles9 debian31"
     14    export SVN_VM="mdk101 mdk102 mdv2006 rh73 rh9 fc4 fc5 rhel3 rhel4 suse10 sles9 debian31"
    1515else
    1616    export SVN_VM="$2"
  • branches/stable/tools/qemu-vm.txt

    r464 r466  
    3434
    3535Créer compte bruno avec répertoires nécéssaires + env necessaire
    36 adduser bruno
     36useradd bruno
    3737passwd bruno
    3838
  • branches/stable/website/downloads.shtml

    r423 r466  
    6363<p>Most of the time, you'll be able to download directly the packages suited for your distribution. Currently we provide packages for :
    6464<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>
    6767        <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>
    6868        <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.
     
    7676<h3>Mondo Rescue CD</h3>
    7777
    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)
    8079<!--
    8180    <div class="h2-5">
Note: See TracChangeset for help on using the changeset viewer.