
openstack
wangyijie11
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
云镜像优化过程
一、centos6.8cloudinit配置文件?/etc/cloud/cloud.cfgusers:- defaultdisable_root: 0ssh_pwauth: 0locale_configfile: /etc/sysconfig/i18nmount_default_fields: [~, ~, 'auto', 'defaults,nofail', '0', '...原创 2016-09-28 17:09:52 · 521 阅读 · 0 评论 -
镜像文件分区扩展
一、安装guestfish套件yum install libguestfs-tools支持windows系统镜像yum install libguestfs-winsupport二、常用命令1.virt-inspector 显示os版本、内核、驱动、挂载点、应用等等virt-inspector centos_40G.qcow22.虚拟机分区及文件系统查...原创 2016-09-28 01:10:13 · 375 阅读 · 0 评论 -
Cloudinit Cloud config examples部分参数解释
一、用户和用户组# Add groups to the system# The following example adds the ubuntu group with members foo and bar and# the group cloud-users.groups:- ubuntu: [foo,bar]- cloud-users# Add users...原创 2019-03-28 09:29:07 · 3215 阅读 · 0 评论