From 90c03f9dc255ba89849e46490f9ead7ab3921950 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Tue, 21 Aug 2012 02:57:06 +0000 Subject: [PATCH] Set the profile by calling eselect. --- targets/support/chroot-functions.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.26.2