diff options
Diffstat (limited to 'doc/examples/java-hook.sh')
-rwxr-xr-x | doc/examples/java-hook.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/examples/java-hook.sh b/doc/examples/java-hook.sh index 0574f3a98..77c931b68 100755 --- a/doc/examples/java-hook.sh +++ b/doc/examples/java-hook.sh @@ -1,7 +1,9 @@ #!/bin/sh # This is a hook for live-helper(7) to install sun-java. -# To enable it, copy this hook into your config/chroot_localhooks directory. +# +# To enable it, copy this hook into your config/chroot_localhooks directory and +# don't forget to enable non-free in LIVE_SECTIONS. # # live-helper sets DEBIAN_FRONTEND to 'noninteractive' to advise debconf to not # ask any questions while installing packages. Suns redistribution terms for |