Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CirrOS基于什么发行版?
cirros 目前使用buildroot来构建镜像。构建过程记录在cirros 源代码 ( lp:cirros )的自述文件中。
对于内核,cirros 只是重新使用 cirros 发布时最新的 Ubuntu 12.04 内核。未来版本的 cirros 可能会使用 14.04 内核。重新使用内核仅仅意味着我不必处理自己的构建/修补/配置。
我相信它是一个完全定制的 Linux 发行版,它不是基于现有的发行版。