Set the profile by calling eselect.
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Tue, 21 Aug 2012 02:57:06 +0000 (02:57 +0000)
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Tue, 21 Aug 2012 02:57:06 +0000 (02:57 +0000)
targets/support/chroot-functions.sh

index 12597a329de87a0809b8f1fc98a96bb6ba38cbce..4da932fa51a2a7d0f96bef45eb1ccc6a832929c4 100644 (file)
@@ -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