From aad3afd1cab78519a9d1e72996eea90e349221d5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 10 Jan 2014 15:38:10 +0100 Subject: [PATCH] bugfix --- lbuild-initvm.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 () { -- 2.43.0