操作系统版本
# Ubuntu 14.04.2 LTS
安装依赖包
apt-get install make yum yum-utils createrepo debmirror git debhelper gem2deb debootstrap reprepro python-yaml lrzip python-jinja2 xorriso
克隆git仓库,制作iso
# git clone https://github.com/stackforge/fuel-main.git
# cd fuel-main
# git tag 查看有哪些tag
# git checkout 6.1 切换目标tag
# ./prepare-build-env.sh
# make iso