Installing Boxgrinder in RHEL/CentOS 6 distributions

1. Add the RBEL repository
rpm -Uvh http://rbel.co/rbel6
2. 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!

2 Responses to 'Installing Boxgrinder in RHEL/CentOS 6 distributions'

  1. 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-build is what you need, only.

    Thanks for posting this!

    –Marek

Leave a Reply

Your email address will not be published. Required fields are marked *

*