Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 113298 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- /usr/lib/catalyst/targets/stage1/stage1-chroot.sh
0
++ /usr/lib/catalyst/targets/stage1/stage1-chroot.sh
Lines 22-28 Link Here
22
# First, we drop in a known-good baselayout
22
# First, we drop in a known-good baselayout
23
[ -e /etc/make.conf ] && \
23
[ -e /etc/make.conf ] && \
24
	echo 'USE="${USE} -build"' >> /etc/make.conf
24
	echo 'USE="${USE} -build"' >> /etc/make.conf
25
run_merge "--oneshot --nodeps sys-apps/baselayout"
25
run_merge "--oneshot --nodeps sys-apps/baselayout sys-apps/shadow"
26
sed -i '/USE="${USE} -build"/d' /etc/make.conf
26
sed -i '/USE="${USE} -build"/d' /etc/make.conf
27
27
28
# Next, we install the package manager
28
# Next, we install the package manager

Return to bug 113298