Advertisement
Guest User

Untitled

a guest
Jun 6th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #create crowbar install ISO
  2. mkdir -p ~/.crowbar-build-cache/iso
  3. apt-get install git build-essential debootstrap mkisofs binutils rpm ruby rubygems curl
  4. mv CentOS-6.2-x86_64-bin-DVD1.iso ~/.crowbar-build-cache/iso/
  5. gem install json
  6. git clone git://github.com/dellcloudedge/crowbar.git
  7. cd ~/crowbar
  8. git submodule init
  9. git submodule update
  10. git checkout -b openstack-os-build origin/openstack-os-build
  11. ./dev build --os centos-6.2 --update-cache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement