Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Thu, 23 Aug 2012 05:56:54
Message-Id: 1345517826.90c03f9dc255ba89849e46490f9ead7ab3921950.jmbsvicetto@gentoo
1 commit: 90c03f9dc255ba89849e46490f9ead7ab3921950
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 21 02:57:06 2012 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 21 02:57:06 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=90c03f9d
7
8 Set the profile by calling eselect.
9
10 ---
11 targets/support/chroot-functions.sh | 3 +++
12 1 files changed, 3 insertions(+), 0 deletions(-)
13
14 diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
15 index 12597a3..4da932f 100644
16 --- a/targets/support/chroot-functions.sh
17 +++ b/targets/support/chroot-functions.sh
18 @@ -1,5 +1,8 @@
19 #!/bin/bash
20
21 +# Set the profile
22 +eselect profile set ${clst_target_profile}
23 +
24 # Trap these signals and kill ourselves if recieved
25 # Force ourselves to die if any of these signals are recieved
26 # most likely our controlling terminal is gone