diff options
author | Florin Dumitrascu <florin.dumitrascu@enea.com> | 2016-03-13 18:49:38 +0100 |
---|---|---|
committer | Florin Dumitrascu <florin.dumitrascu@enea.com> | 2016-03-13 17:55:05 +0000 |
commit | c715e7bb460f499f4fd20f7ab000d7a6d670636a (patch) | |
tree | 79ec69ccb6f19278ac7f0d025fdab9e0f2cbe57b /patches/fuel-web/0003-Update-docs-for-qemu-debootstrap.patch | |
parent | 1732427ab05ed1301bf9d53fcf47128f44d04811 (diff) |
Initial code commit
This brings initial code base for Armband project that allows building
an OPNFV Fuel 8 iso based on Brahmaputra components to be deployed on
arm64 servers.
Signed-off-by: Stanislaw Kardach <kda@semihalf.com>
Signed-off-by: Alexandru Avadanii <alexandru.avadanii@enea.com>
Signed-off-by: Florin Dumitrascu <florin.dumitrascu@enea.com>
JIRA:FUEL-39
Diffstat (limited to 'patches/fuel-web/0003-Update-docs-for-qemu-debootstrap.patch')
-rw-r--r-- | patches/fuel-web/0003-Update-docs-for-qemu-debootstrap.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/patches/fuel-web/0003-Update-docs-for-qemu-debootstrap.patch b/patches/fuel-web/0003-Update-docs-for-qemu-debootstrap.patch new file mode 100644 index 00000000..b6ab7fe7 --- /dev/null +++ b/patches/fuel-web/0003-Update-docs-for-qemu-debootstrap.patch @@ -0,0 +1,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 + |