aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ubuntu-server-cloudimg-modify.sh
diff options
context:
space:
mode:
authorliang gao <jean.gaoliang@huawei.com>2016-05-23 03:57:54 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-23 03:57:54 +0000
commit5c32b7daa67ea5696f49e168259116fc1d47e7e5 (patch)
treeb6a1505a936668047eae8a352c883c97b729e62d /tools/ubuntu-server-cloudimg-modify.sh
parent379cbbefa8aebe63bb0a73a9d1439984ee6d7947 (diff)
parent54a393f4829e0de8b406dfc3e2d099b4394e5f38 (diff)
Merge "add support for RAMspeed"
Diffstat (limited to 'tools/ubuntu-server-cloudimg-modify.sh')
-rwxr-xr-xtools/ubuntu-server-cloudimg-modify.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/ubuntu-server-cloudimg-modify.sh b/tools/ubuntu-server-cloudimg-modify.sh
index 78bf098dc..f9e0a2c47 100755
--- a/tools/ubuntu-server-cloudimg-modify.sh
+++ b/tools/ubuntu-server-cloudimg-modify.sh
@@ -62,5 +62,12 @@ apt-get install -y \
git clone https://github.com/kdlucas/byte-unixbench.git /opt/tempT
make --directory /opt/tempT/UnixBench/
+
+
+git clone https://github.com/beefyamoeba5/ramspeed.git /opt/tempT2
+cd /opt/tempT2/ramspeed-2.6.0
+mkdir temp
+bash build.sh
+
# restore symlink
ln -sf /run/resolvconf/resolv.conf /etc/resolv.conf