diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:49 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:18:29 +0100 |
commit | 1863ed88740575342008ac5f694d03e944bcece2 (patch) | |
tree | 58272f72528cedb7af31ee6e6c2c0f7fbd602160 /doc/examples | |
parent | da353a5231ad925013d01065768864307c70651a (diff) | |
download | live-build-1863ed88740575342008ac5f694d03e944bcece2.zip live-build-1863ed88740575342008ac5f694d03e944bcece2.tar.gz |
Adding live-helper 1.0~a5-1.
Diffstat (limited to 'doc/examples')
-rwxr-xr-x | doc/examples/beryl-hook.sh | 2 | ||||
-rwxr-xr-x | doc/examples/java-hook.sh | 4 | ||||
-rw-r--r-- | doc/examples/live.sources.list | 9 |
3 files changed, 13 insertions, 2 deletions
diff --git a/doc/examples/beryl-hook.sh b/doc/examples/beryl-hook.sh index 1591487..ef076e4 100755 --- a/doc/examples/beryl-hook.sh +++ b/doc/examples/beryl-hook.sh @@ -2,8 +2,8 @@ # This is a hook for live-helper(7) to install beryl and enable aixgl. # It was originally written by Inigo Tejedor Arrondo <inigo@navarrux.org>. -# To enable it, copy this hook into your config/chroot_localhooks directory. # +# To enable it, copy this hook into your config/chroot_localhooks directory. # At boot prompt, type 'linux aixgl', press enter and have fun. # Update sources.list diff --git a/doc/examples/java-hook.sh b/doc/examples/java-hook.sh index 0574f3a..77c931b 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 diff --git a/doc/examples/live.sources.list b/doc/examples/live.sources.list new file mode 100644 index 0000000..10fba02 --- /dev/null +++ b/doc/examples/live.sources.list @@ -0,0 +1,9 @@ +# This is a sources.list for live-helper(7) to use packages from the +# Debian Live Etch backports repository. +# +# To enable it, copy this file to your config/chroot_sources directory, once +# as e.g. live.build and once as live.image. + +# Debian Live backports for Etch +deb http://live.debian.net/debian/ etch main +deb-src http://live.debian.net/debian/ etch main |