Changed kernel build caching to use kerncache option, rather than pkgcache option...
[catalyst.git] / targets / livecd-stage2 / unmerge.sh
1 # Copyright 1999-2004 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage2/Attic/unmerge.sh,v 1.5 2004/10/22 04:23:16 wolf31o2 Exp $
4
5 $clst_CHROOT $clst_chroot_path /bin/bash << EOF
6         EMERGE_WARNING_DELAY=0 emerge -C $*
7 EOF
8 exit 0