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)
prep.sh

diff --git a/prep.sh b/prep.sh
index 0ac5c37..0280481 100755 (executable)
--- a/prep.sh
+++ b/prep.sh
@@ -46,7 +46,7 @@ rpmquery --specfile bootcd.spec --queryformat '%{VERSION}\n' | head -1 >build/ve
 
 # Install base system
 pkgsfile=$(pl_locateDistroFile ../build/ $pldistro bootcd.pkgs) 
-pl_setup_chroot $bootcd -k -f $pkgsfile 
+pl_root_setup_chroot $bootcd -k -f $pkgsfile 
 
 # Install ipnmac (for SuperMicro machines with IPMI)
 echo "* Installing IPMI utilities"