Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What distribution is CirrOS based on?

Tags:

What distribution is CirrOS based on?

like image 490
Dave Avatar asked Feb 20 '13 18:02

Dave


1 Answers

cirros currently uses buildroot to build the image. The build process is documented in the README of the cirros source code (lp:cirros).

For a kernel, cirros simply re-uses the latest Ubuntu 12.04 kernel at the time of the cirros release. Future versions of cirros are likely to use 14.04 kernels. Re-using a kernel simply means I don't have to deal with building/patching/configuring my own.

like image 195
smoser Avatar answered Oct 01 '22 08:10

smoser