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 |