build luna daily iso

Asked by Dani Pratomo

How to build luna daily iso and which ubuntu version used as the base build?

Question information

Language:
English Edit question
Status:
Solved
For:
elementary OS Edit question
Assignee:
No assignee Edit question
Solved by:
Sergey "Shnatsel" Davidoff
Solved:
Last query:
Last reply:
Revision history for this message
Best Sergey "Shnatsel" Davidoff (shnatsel) said :
#1

Use Ubuntu Precise as host; you don't need any base ISO image.
Run the following:
aptdcon --install bzr
bzr branch lp:elementaryos
cd elementaryos
sudo ./build_i386 (or "sudo ./build_amd64" if you prefer 64bit builds)
 here it will complain that some required packages are missing; install them and run the above command again. You'll have a finished ISO in builds/ folder. The build process will take from half an hour on powerful desktops to over an hour on netbooks.

Revision history for this message
Dani Pratomo (daneepee) said :
#2

Thank you for the answer. May I know how much free disk space needed to build Luna daily iso?

Revision history for this message
Dani Pratomo (daneepee) said :
#3

Thanks Sergey "Shnatsel" Davidoff, that solved my question.

Revision history for this message
Sergey "Shnatsel" Davidoff (shnatsel) said :
#4

I'm not sure, but it's probably over 6Gb.

Revision history for this message
Dani Pratomo (daneepee) said :
#5

Thank you. Now I'm running Luna. I'll help you guys by reporting bugs.