source: MondoRescue/branches/stable/tools/common-env@ 596

Last change on this file since 596 was 572, checked in by bcornec, 18 years ago

gentoo build continued
mindi bug found due to a previous bug corrected (5.6 MB disks generated systematically):

  • when a disk less than 2.8 MB can be built, not enough modules are put on it to support SCSI cds (use of FLOPPY_MODS only). I added most CDROMs modules in order to support them.
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 197 bytes
Line 
1#!/bin/bash
2#
3# Creates common environment
4#
5# $Id: common-env 572 2006-05-23 22:20:19Z bcornec $
6#
7
8# Adapt to your needs
9export BASE=${HOME}/mondo
10export TOPDIR=${BASE}/build
11mkdir -p ${TOPDIR}
12export TMPDIR=
13export TMP=`mktemp -d -p /tmp`
Note: See TracBrowser for help on using the repository browser.