Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 9470b600 authored by Robert Nelson's avatar Robert Nelson
Browse files

but not for all images


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 1e705e9f
Branches
Tags
No related merge requests found
......@@ -32,6 +32,9 @@ fi
image_type="console"
#Cloud9 IDE
bborg_pkg_list="build-essential g++ curl libssl-dev apache2-utils libxml2-dev"
minimal_armel () {
rm -f "${DIR}/.project" || true
......@@ -79,7 +82,7 @@ minimal_armel () {
include_pkgs_list="${include_pkgs_list}"
exclude_pkgs_list="${exclude_pkgs_list}"
base_pkg_list="${base_pkg_list}"
base_pkg_list="${base_pkg_list} ${bborg_pkg_list}"
image_hostname="${image_hostname}"
......
......@@ -29,6 +29,3 @@ base_pkgs="${base_pkgs} rsync"
#Gateone:
#base_pkgs="${base_pkgs} python-tornado python-pyopenssl"
#Cloud9 IDE
base_pkgs="${base_pkgs} build-essential g++ curl libssl-dev apache2-utils libxml2-dev"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment