blob: 03fe205371eec92e37f7c284424e564abf994c4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
https://bugs.gentoo.org/113298
--- /usr/lib/catalyst/targets/stage1/stage1-chroot.sh
+++ /usr/lib/catalyst/targets/stage1/stage1-chroot.sh
@@ -22,7 +22,7 @@
# First, we drop in a known-good baselayout
[ -e /etc/make.conf ] && \
echo 'USE="${USE} -build"' >> /etc/make.conf
-run_merge "--oneshot --nodeps sys-apps/baselayout"
+run_merge "--oneshot --nodeps sys-apps/baselayout sys-apps/shadow"
sed -i '/USE="${USE} -build"/d' /etc/make.conf
# Next, we install the package manager
|