rpm -Uvh http://rbel.co/rbel62. Install rubygems
yum install rubygems parted e2fsprogs ruby-libguestfs \
febootstrap rsync wget util-linux yum-utils \
ruby-devel gcc make libxml2-devel libxslt-devel \
appliance-tools git rpmdevtools createrepo \
guestfish
This will pull the required deps.
3. Install boxgrinder and plugins
gem install –no-ri –no-rdoc boxgrinder-build
Done!
One small comment – installing plugins is not necessary as we ship them (since 0.9.0: http://boxgrinder.org/blog/2011/03/09/boxgrinder-build-0-9-0-is-out/) in the main boxgrinder-build gem, so
gem install boxgrinder-buildis what you need, only.Thanks for posting this!
–Marek
Thank you Marek. Post updated.