Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added python-setuptools to the pacakages required. (Installation complained for this package.)

...

Code Block
$ apt-get install genisoimage
...
$ sudo ln -s /usr/bin/genisoimage /usr/bin/mkisofs

Install python setuptools

Code Block

$ apt-get install python-setuptools

Build CloudStack

Go to your repository:

...