Gentoo Archives: gentoo-dev

From: Tibor Rudas <a9101556@××××××××××××××.at>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Gentoo 1.1a problems
Date: Wed, 10 Apr 2002 15:54:46
Message-Id: 200204110039.35271.a9101556@unet.univie.ac.at
In Reply to: [gentoo-dev] Gentoo 1.1a problems by "robert m."
1 > 1) there's no longer the new colorful prompt just
2 > after chrooting in, doing the env-update, and sourcing
3 > /etc/profile
4
5 I can solve this one: after the changeroot $SHELL is set to /bin/sh
6 (although using chroot /mnt/gentoo /bin/bash !) -> /etc/profile checks
7 for $SHELL to be /bin/bash
8 -> solution: use
9
10 export SHELL="/bin/bash"
11
12 before the source /etc/profile .
13
14 I don't know about the compile error though... I have a bootstrap running
15 which I hope to find completed when I return to work tomorrow...
16
17 regards
18 tigor