Difference between revisions of "Cloudy 64bits"

From Guifi - Media-pool Common Repository

Line 20: Line 20:
  
 
Once the image has been created, you have a 64 bits version of Cloudy in ./devel/binary.hybrid.iso  
 
Once the image has been created, you have a 64 bits version of Cloudy in ./devel/binary.hybrid.iso  
 +
 +
 +
----
 +
 +
 +
Otherwise you can "Cloudynize" a 64 bits Debian or Debian based system to turn it into Cloudy.
 +
 +
Read how to in the [[Cloudynize]] wiki page.
  
  
  
 
[[Category:Cloudy]]
 
[[Category:Cloudy]]

Revision as of 14:52, 13 May 2015

Actually it is only available the 32 bits version, however you can create the 64 bits version by following these steps:

First, download the generation system (or image builder):

apt-get install build-essential live-build imagemagick curl debootstrap git unzip 
git clone http://dev.cloudy.community/guifi.net/cloudy-image-builder.git

Now you have to do a little modification to the Makefile file:

ARCH ?= amd64
FLAVOUR ?= amd64

Finally, you can build the image with this command:

sudo make

Once the image has been created, you have a 64 bits version of Cloudy in ./devel/binary.hybrid.iso




Otherwise you can "Cloudynize" a 64 bits Debian or Debian based system to turn it into Cloudy.

Read how to in the Cloudynize wiki page.

Personal tools