Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60502
Collapse All | Expand All

(-)stage2-chroot.sh (-2 / +2 lines)
Lines 26-32 Link Here
26
										
26
										
27
if [ -n "${clst_PKGCACHE}" ]
27
if [ -n "${clst_PKGCACHE}" ]
28
then
28
then
29
	export EMERGE_OPTS="--usepkg --buildpkg"
29
	export clst_boot_opts="-r"
30
fi
30
fi
31
31
32
GRP_STAGE23_USE="$(source /etc/make.profile/make.defaults ; echo ${GRP_STAGE23_USE})"
32
GRP_STAGE23_USE="$(source /etc/make.profile/make.defaults ; echo ${GRP_STAGE23_USE})"
Lines 42-45 Link Here
42
export FEATURES="${clst_myfeatures}"
42
export FEATURES="${clst_myfeatures}"
43
43
44
## START BUILD
44
## START BUILD
45
/usr/portage/scripts/${clst_bootstrap} || exit 1
45
/usr/portage/scripts/${clst_bootstrap} ${clst_boot_opts} || exit 1

Return to bug 60502