Changeset 629 in MondoRescue


Ignore:
Timestamp:
Jun 7, 2006, 11:30:31 AM (18 years ago)
Author:
bcornec
Message:
  • Fix a bug in common-env around umask too restrictive
  • Fix permissions for autorun
  • 2.0.8-2 now in Web pages
Location:
branches/stable
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/autorun

    • Property unix-mode set to yes
  • branches/stable/tools/common-env

    r572 r629  
    1212export TMPDIR=
    1313export TMP=`mktemp -d -p /tmp`
     14
     15umask 022
  • branches/stable/tools/qemu-vm.txt

    r596 r629  
    44
    55# RPM based : urpmi, yum install, yast2
    6     neon newt-devel slang-devel autoconf automake subversion libtool gcc rpm-build wget vim-X11 gcc-c++ docbook-utils-pdf ImageMagick man docbook-dtd41-sgml groff lynx
     6    neon newt-devel slang-devel autoconf automake libtool gcc rpm-build wget vim-X11 gcc-c++ docbook-utils-pdf ImageMagick man patch
    77
    88# gentoo
     
    4747mkdir -p mondo/tmp build
    4848cat > ~bruno/.rpmmacros << EOF
    49 %_topdir    /home/bruno/build
     49%_topdir    /users/bruno/build
    5050%_tmppath   %{_topdir}/tmp
    5151%packager   Bruno Cornec <bruno@mondorescue.org>
     
    7272wget ftp://ftp.mondorescue.org/src/buffer-1.19-1.src.rpm
    7373rpm -ivh afio-2.4.7-1.src.rpm buffer-1.19-1.src.rpm
    74 rpmbuild -ba RPMS/SPECS/afio.spec
    75 rpmbuild -ba RPMS/SPECS/buffer.spec
    76 chmod 644 RPMS/RPMS/i386/*
    77 scp -p RPMS/RPMS/i386/afio-[0-9]* RPMS/RPMS/i386/buffer-[0-9]* ftp.mondorescue.org:/mondo/ftp/rhel/3/
     74mkdir -p build/BUILD build/RPMS/i386
     75rpmbuild -ba build/SPECS/afio.spec
     76rpmbuild -ba build/SPECS/buffer.spec
     77chmod 644 build/RPMS/i386/*
     78scp -p build/RPMS/i386/afio-[0-9]* build/RPMS/i386/buffer-[0-9]* ftp.mondorescue.org:/mondo/ftp/rhel/3/
    7879
    7980
  • branches/stable/website/latest-news.html

    r606 r629  
    1 <p><B>2006-05-31 </B>Mondo 2.0.8 / Mindi 1.0.8 available</p>
     1<p><B>2006-06-02 </B>Mondo 2.0.8-2 / Mindi 1.0.8-2 available</p>
     2<p>
     3It turned out that mindi 1.0.8-1 had bugs at least on RHEL 4 and also I wanted a new function for PXE deployment (change of NIC), so here are mondo 2.0.8-2 / mindi 1.0.8-2.
     4</p>
     5<p>
     6Available for the 11 distributions supported as the usual place <a href="ftp://ftp.mondorescue.org/">ftp://ftp.mondorescue.org/</a>
     7</p>
     8<p>
     9<b>CAUTION:</b> The ipconf parameter used for PXE deployment has changed and its syntaxt is NOT compatible with the previous one. You now need to precise first the NIC on which you will deploy. Look at mindi's README.pxe for details.
     10</p>
     11<p><B>2006-05-31 </B>Mondo 2.0.8-1 / Mindi 1.0.8-1 available</p>
    212<p>
    313I'm happy to announce the availability of a newest version of
Note: See TracChangeset for help on using the changeset viewer.