From: Jorge Manuel B. S. Vicetto (jmbsvicetto) Date: Tue, 21 Aug 2012 02:57:06 +0000 (+0000) Subject: Set the profile by calling eselect. X-Git-Tag: Catalyst-2.0.11~12 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=90c03f9dc255ba89849e46490f9ead7ab3921950;p=catalyst.git Set the profile by calling eselect. --- diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 12597a32..4da932fa 100644 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Set the profile +eselect profile set ${clst_target_profile} + # Trap these signals and kill ourselves if recieved # Force ourselves to die if any of these signals are recieved # most likely our controlling terminal is gone