X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=prep.sh;h=0ddafb170ba816ec2d160cca6fd1794ea87aa5d5;hb=refs%2Fheads%2F3.4;hp=0ac5c37c60e54b0a83f9a2213c35ded691f150ae;hpb=eb15f2cb28ebd079e8bcab9637af82b4205d1cb8;p=bootcd.git diff --git a/prep.sh b/prep.sh index 0ac5c37..0ddafb1 100755 --- a/prep.sh +++ b/prep.sh @@ -29,8 +29,7 @@ export PATH . build.common # pldistro expected as $1 - defaults to planetlab -pldistro=planetlab -[ -n "$@" ] && pldistro=$1 +pldistro=$1 ; shift # Packages to install, junk and precious : see build//bootcd.pkgs @@ -45,8 +44,10 @@ install -d -m 755 $bootcd rpmquery --specfile bootcd.spec --queryformat '%{VERSION}\n' | head -1 >build/version.txt # Install base system +pl_root_makedevs $bootcd pkgsfile=$(pl_locateDistroFile ../build/ $pldistro bootcd.pkgs) -pl_setup_chroot $bootcd -k -f $pkgsfile +pl_root_mkfedora $bootcd $pldistro $pkgsfile +pl_root_tune_image $bootcd # Install ipnmac (for SuperMicro machines with IPMI) echo "* Installing IPMI utilities"