Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 356 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 356 Bytes

Openstack/Cloudfoundry create scripts

This script is to build Openstack private cloud install ISO.

./build-openstack-iso.sh

to build /var/tmp/openstack-iso.iso which can then be dd'ed to USB drive or other large medium and used to boot on empty hardware

Use to write to disk

dd if=/var/tmp/openstack-iso.iso of=/dev/sdb bs=16M status=progress