Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Generate ssh key in your $HOME directory (the CloudStack Management server will be looking for this at run time)

ssh-keygen -t rsa -q

Step 11) DEPRECATED Install "mkisofs"

Ignore this step if you've already created a symlink under step #1. To check use 'which' to see if mkisofs is already available. E.g.

Code Block

Administrator@cc-svr10 ~
$ which mkisofs
/usr/bin/mkisofs

Cygwin's mkisofs is a soft link. These do not work with the build.

...