From: Thierry Parmentelat Date: Fri, 10 Jan 2014 14:38:10 +0000 (+0100) Subject: bugfix X-Git-Tag: before_libvirt_121~84 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=aad3afd1cab78519a9d1e72996eea90e349221d5 bugfix --- diff --git a/lbuild-initvm.sh b/lbuild-initvm.sh index c4a83e21..c623bc0e 100755 --- a/lbuild-initvm.sh +++ b/lbuild-initvm.sh @@ -719,10 +719,11 @@ function devel_or_vtest_tools () { function post_install () { lxc=$1; shift + personality=$1; shift if [ -n "$BUILD_MODE" ] ; then - post_install_build $lxc + post_install_build $lxc $personality else - post_install_myplc $lxc + post_install_myplc $lxc $personality wait_for_ssh $lxc fi # setup localtime from the host @@ -786,7 +787,7 @@ PROFILE fi # EOF - + } function post_install_myplc () {