From: Thierry Parmentelat Date: Fri, 7 Dec 2007 12:31:14 +0000 (+0000) Subject: cleaning up the root creation functions and build.common - untested X-Git-Tag: myplc-4.0-15~14 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=200287477848a9b314aba4783280371f333d2aa4;p=myplc.git cleaning up the root creation functions and build.common - untested --- diff --git a/build.sh b/build.sh index 7ce888d..a278deb 100755 --- a/build.sh +++ b/build.sh @@ -51,7 +51,7 @@ echo "* myplc: Installing base filesystem" mkdir -p root data pkgsfile=$(pl_locateDistroFile ../build/ ${pldistro} myplc.pkgs) -pl_setup_chroot root -f $pkgsfile +pl_root_setup_chroot root -f $pkgsfile # Install configuration scripts echo "* myplc: Installing configuration scripts"