From 200287477848a9b314aba4783280371f333d2aa4 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 7 Dec 2007 12:31:14 +0000 Subject: [PATCH] cleaning up the root creation functions and build.common - untested --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.0