How are Ubuntu creating cloud images? Are they using FAI or some custom process? I am interested in creating these images myself. I would like them to have syslinux instead of grub and console=ttyS0 output, so I can use them for Eucalyptus cloud.
Asked
Active
Viewed 1,008 times
1 Answers
3
You can find the code for building all the cloud images here:
See also:

Jorge Castro
- 71,754
-
thanks, that answers partly, I looked at the tools, seem quite ok. But I would like to know how it is made in Canonical. Is there any information available or is it some proprietary, undisclosed methods ? – mastier Jan 05 '16 at 11:27
-
All the code to make images is published on Launchpad, which itself is OSS, there are no proprietary closed methods for the way we make any images. – Jorge Castro Jan 05 '16 at 15:25