安装好python2.7 [root@host-10-10-18-131 ~]# ln -s /usr/bin/python2.7 /usr/bin/python [root@host-10-10-18-131 ~]# ln -s /usr/bin/pip2.7 /usr/bin/pip [root ...
分类:
其他好文 时间:
2020-06-24 16:30:53
阅读次数:
78
yum install python3 yum -y install qemu-img kpartx yum -y install python3-pip git clone https://git.openstack.org/openstack/diskimage-builder cd diski ...
分类:
其他好文 时间:
2020-06-24 14:25:24
阅读次数:
91
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 (“ ...
分类:
其他好文 时间:
2018-08-21 19:03:37
阅读次数:
484
1. 安装dib-utils Dib Utils 是 diskimage-builder 工程的一部分,但是他们也用于 diskimage-builder 工程外部。 因为基于云的磁盘空间已经溢出,推动所有 diskimage-builder 来使用 dib-run-part 之类的工具是不可取.....
分类:
其他好文 时间:
2015-09-28 20:55:09
阅读次数:
361
建立elements目录
mkdir -p elements/lamp/install.d/
vim 70-lamp
#!/bin/bash
set -eux
install-packages wordpress mariadb-server httpd memcached
生成一个带wordpress的镜像
export ELEMENTS_PATH=...
分类:
其他好文 时间:
2014-04-29 13:14:21
阅读次数:
475