You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iota.apache.org by da...@apache.org on 2016/05/17 20:02:27 UTC

incubator-iota git commit: oracle java is mandatory install.

Repository: incubator-iota
Updated Branches:
  refs/heads/master 4e7f20286 -> 3d1b17c7b


oracle java is mandatory install.


Project: http://git-wip-us.apache.org/repos/asf/incubator-iota/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-iota/commit/3d1b17c7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-iota/tree/3d1b17c7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-iota/diff/3d1b17c7

Branch: refs/heads/master
Commit: 3d1b17c7b6ef4c51828760977ade345a96542234
Parents: 4e7f202
Author: dalir <am...@litbit.com>
Authored: Tue May 17 21:02:16 2016 +0100
Committer: dalir <am...@litbit.com>
Committed: Tue May 17 21:02:16 2016 +0100

----------------------------------------------------------------------
 iota_image_builder.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/3d1b17c7/iota_image_builder.sh
----------------------------------------------------------------------
diff --git a/iota_image_builder.sh b/iota_image_builder.sh
index b95f486..b9065fd 100755
--- a/iota_image_builder.sh
+++ b/iota_image_builder.sh
@@ -265,7 +265,7 @@ else
     gateway="$resp"
 fi
 
-# Other Installs (Spark, Redis, SBT, Scala, Java, ZeroMQ, MQTT
+# Other Installs (Spark, Redis, SBT, Scala, ZeroMQ, MQTT
 
 echo "====================================================="
 echo -n "Would you like me to get Redis for you ?? [Y/n]: "
@@ -398,7 +398,7 @@ if [ "$bootloader" == "kernel" ]; then
     sed -i sdcard/etc/apt/sources.list -e "s/main/main contrib non-free firmware/"
     echo "deb http://archive.raspberrypi.org/debian/ jessie main" >> sdcard/etc/apt/sources.list
 else
-    rasp_stuff+=" raspberrypi-bootloader-nokernel linux-image-$rpi_version-rpfv hardlink"
+    rasp_stuff+=" raspberrypi-bootloader-nokernel linux-image-$rpi_version-rpfv hardlink oracle-java8-jdk"
     echo -n "Creating preference for libraspberrypi-bin... "
     echo "# This sets the preference for the kernel version lower so the no-kernel are used" > sdcard/etc/apt/preferences.d/02VideoCore.pref
     echo "Package: libraspberrypi-bin libraspberrypi0 libraspberrypi-dev libraspberrypi-doc"  >> sdcard/etc/apt/preferences.d/02VideoCore.pref