summaryrefslogtreecommitdiff
path: root/examples/hooks/sun-java6.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hooks/sun-java6.sh')
-rwxr-xr-xexamples/hooks/sun-java6.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/hooks/sun-java6.sh b/examples/hooks/sun-java6.sh
index 4cb2e06..b14c080 100755
--- a/examples/hooks/sun-java6.sh
+++ b/examples/hooks/sun-java6.sh
@@ -11,6 +11,13 @@
# Java do not allow this, therefore we need to overwrite DEBIAN_FRONTEND for
# this apt-get call only.
+# In case you do accept the license terms, you can also preseed the values
+# for a complete non-interactive build, by uncommenting the following three lines:
+
+#echo "sun-java6-bin shared/accepted-sun-dlj-v1-1 boolean true" > /root/preseed
+#debconf-set-selections < /root/preseed
+#rm -f /root/preseed
+
DEBIAN_FRONTEND="dialog" apt-get install --yes sun-java6-bin sun-java6-demo \
sun-java6-doc sun-java6-fonts sun-java6-jdk sun-java6-jre \
sun-java6-plugin sun-java6-source