Supported Distributions

Distributions which are supported as a build host:

  • Centos 6, 7
  • Debian 8 (“jessie”)
  • Fedora 20, 21, 22
  • RHEL 6, 7
  • Ubuntu 14.04 (“trusty”)
  • Gentoo

Distributions which are supported as a target for an image:

  • Centos 6, 7
  • Debian 8 (“jessie”)
  • Fedora 20, 21, 22
  • RHEL 6, 7
  • Ubuntu 12.04 (“precise”), 14.04 (“trusty”)
  • Gentoo

如果以后用diskimage-builder制作镜像,windows guest的镜像怎么搞?

可以试试这个 https://github.com/cloudbase/windows-openstack-imaging-tools

Elements

https://docs.openstack.org/developer/diskimage-builder/elements.html

diskimage-builder是通过element来组织镜像中的元素的,每个element中又分为install、pre-install、post-install等多个阶段

相关资料:

    1. Creating custom elements for Diskimage-builder
      https://www.youtube.com/watch?v=Nq6idDU2Mn4
    2. Diskimage-builder简介

      https://xionchen.github.io/2016/10/01/dib-introduction/

    3. 从日志分析DIB流程

      https://xionchen.github.io/2016/10/02/dib-example(1)/https://xionchen.github.io/2016/10/03/dib-example(2)/
      https://xionchen.github.io/2016/10/03/dib-example(3)/
      https://xionchen.github.io/2016/10/04/dib-example(4)/
      https://xionchen.github.io/2016/10/06/dib-example(5)/

    4. DIB总览

      https://xionchen.github.io/2016/10/16/dib-see-all/

最新文章

  1. [转]使用Enumeration和Iterator遍历集合类
  2. wordpress视频教程
  3. 烂泥:vcenter5.5无AD下的安装与配置
  4. J2EE 第二阶段项目之部署项目、分工安排
  5. ubuntu 设置静态ip
  6. [转载]Extjs中的dom,Ext.Element和Ext.Component对象的关系
  7. JAVA调用WebService总结
  8. 解决Genemotion 安装出现“Unable to start......”的问题
  9. Linux回收站[改写rm防止误删文件无法恢复]
  10. JFinal开发web项目出现故障小记
  11. 三、MapReduce学习
  12. EasyARM i.mx287学习笔记——通过modbus tcp控制GPIO
  13. Java并发框架——AQS阻塞队列管理(三)——CLH锁改造
  14. 在java中实现数据导入excel表格中
  15. cocos2dx内存管理
  16. knowledge learning things TODO
  17. 《十天学会单片机和C语言编程》
  18. KMP初探·总结
  19. CentOS 7使用systemctl如何补全服务名称
  20. idea解决properties乱码问题

热门文章

  1. java基础 序列化反序列化流 实现Serializable 接口 自动装载序列号到对象文本文件如修改不能反序列化对象文本,除非自定义long型常量 打印流
  2. java乱码问题
  3. forEach、for...in、for...of
  4. 【PE】手动给PE文件添加一段代码MessageBoxA
  5. SAP标准导出功能 - 删除默认选定格式
  6. 交换机基础配置之三层交换机实现vlan间通信
  7. Uboot S3C2440 BL1 的流程
  8. PHP审计(一)
  9. PHP的IMAP函数
  10. C语言字符篇(三)字符串比较函数