[SCM] debian-live/live-helper branch, master, updated. 1.0_a34-1-11-gb4b0384

Daniel Baumann daniel at debian.org
Sat Nov 10 16:39:06 UTC 2007


The branch, master has been updated
       via  b4b0384b619efe64cbae0ca1258730d60af33afe (commit)
      from  51cfe60fc6b75ee214aff74a1e56543a98fd1f20 (commit)


- Shortlog ------------------------------------------------------------
b4b0384 Documenting preseeding for sun-java hooks, thanks to Antonio Amorim <Antonio.Amorim at sim.fc.ul.pt>.

Summary of changes:
 examples/hooks/sun-java5.sh |    7 +++++++
 examples/hooks/sun-java6.sh |    7 +++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit b4b0384b619efe64cbae0ca1258730d60af33afe
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Nov 10 17:38:36 2007 +0100

    Documenting preseeding for sun-java hooks, thanks to Antonio Amorim <Antonio.Amorim at sim.fc.ul.pt>.

diff --git a/examples/hooks/sun-java5.sh b/examples/hooks/sun-java5.sh
index 1e18811..82f2d07 100755
--- a/examples/hooks/sun-java5.sh
+++ b/examples/hooks/sun-java5.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-java5-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-java5-bin sun-java5-demo \
 	sun-java5-doc sun-java5-fonts sun-java5-jdk sun-java5-jre \
 	sun-java5-plugin sun-java5-source
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

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list