blob: b6ab7fe7ff0e2040b093eb82f0d632304f1313d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
From: Stanislaw Kardach <stanislaw.kardach@caviumnetworks.com>
Date: Thu, 25 Feb 2016 13:35:39 +0100
Subject: [PATCH] Update docs for qemu-debootstrap
---
docs/develop/env.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/develop/env.rst b/docs/develop/env.rst
index 227549c..47b9823 100644
--- a/docs/develop/env.rst
+++ b/docs/develop/env.rst
@@ -114,7 +114,7 @@ your Fuel ISO build environment on Ubuntu 14.04:
python-setuptools yum yum-utils libmysqlclient-dev isomd5sum \
python-nose libvirt-bin python-ipaddr python-paramiko python-yaml \
python-pip kpartx extlinux unzip genisoimage nodejs multistrap \
- lrzip python-daemon
+ lrzip python-daemon qemu-user-static
sudo gem install bundler -v 1.2.1
sudo gem install builder
sudo pip install xmlbuilder jinja2
--
1.9.1
|