Changeset 572 in MondoRescue for branches/stable/tools/distro-env


Ignore:
Timestamp:
May 24, 2006, 12:20:19 AM (18 years ago)
Author:
bcornec
Message:

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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/distro-env

    r556 r572  
    112112    fi
    113113    mkdir -p ${TOPBUILDDIR}/{RPMS,SRPMS,SPECS,SOURCES,BUILD}
     114elif [ _"$dtype" = _"ebuild" ]; then
     115    export TOPBUILDDIR=${BASE}/build
     116    mkdir -p ${TOPBUILDDIR}/portage
    114117fi
Note: See TracChangeset for help on using the changeset viewer.