cleaning up the root creation functions and build.common - untested
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 7 Dec 2007 12:31:14 +0000 (12:31 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 7 Dec 2007 12:31:14 +0000 (12:31 +0000)
build.sh

index 7ce888d..a278deb 100755 (executable)
--- 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"