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: bootcd-3.4-2~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=03e5e7761f436bdc33cb4bf1ff8f85655744178d;p=bootcd.git cleaning up the root creation functions and build.common - untested --- diff --git a/prep.sh b/prep.sh index 0ac5c37..0280481 100755 --- 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"