Changeset 1513 in MondoRescue for branches/stable/tools


Ignore:
Timestamp:
Jun 25, 2007, 12:42:59 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Fix a memory allocation bug where strings were freed to early (Nick Hajek <Nick.Hajek_at_Vishay.com>)
  • Removal of acpi=off causing more problems nowadays than solving issues.
  • RPMBUILDMINDI => PKGBUILDMINDI
  • /var/cache/mindi added to the build process + pkgs
  • Prepare the delivery of the yum conf file from SVN (instead of having static files in ftp server) (inputs from Mark Nienberg)
Location:
branches/stable/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/build2pkg

    r1306 r1513  
    162162            export DOCDIR=/usr/doc
    163163            export LIBDIR=/usr/lib
    164             export RPMBUILDMINDI="true"
     164            export CACHEDIR=/var/cache/mindi
     165            export PKGBUILDMINDI="true"
    165166            ./install.sh
    166167        elif [ _"$p" = _"mondo" ]; then
     
    168169            make VERSION=$PVER
    169170            make DESTDIR=$TOPBUILDDIR/build-${p} install
     171            mkdir -p $DESTDIR/var/cache/mondo
    170172        elif [ _"$p" = _"mondo-doc" ]; then
    171173            make -f Makefile.man VERSION=$PVER
  • branches/stable/tools/qemu-vm.txt

    r1489 r1513  
    3030
    3131# Slack: put loadkeys fr in /etc/rc.d/rc.keymap
     32# Gentoo: edit /etc/conf.d/keymaps
    3233
    3334#Clé SSH:
Note: See TracChangeset for help on using the changeset viewer.