From 8e305b83f9b074fb7e5445b358d2eb49d7e302d9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 2 Dec 2008 17:42:03 +0100 Subject: Mention possibility to symlink example hooks in their descriptions. --- examples/hooks/aufs.sh | 3 ++- examples/hooks/beryl.sh | 8 +++++--- examples/hooks/ipw2100.sh | 3 ++- examples/hooks/ipw2200.sh | 3 ++- examples/hooks/ipw3945.sh | 3 ++- examples/hooks/live-helper.sh | 3 ++- examples/hooks/madwifi.sh | 3 ++- examples/hooks/nvidia-legacy.sh | 3 ++- examples/hooks/rt2570.sh | 3 ++- examples/hooks/rt2x00.sh | 3 ++- examples/hooks/squashfs.sh | 3 ++- examples/hooks/sun-java5.sh | 3 ++- examples/hooks/sun-java6.sh | 3 ++- examples/hooks/unionfs.sh | 3 ++- examples/hooks/update-initramfs.sh | 3 ++- examples/hooks/virtualbox-ose.sh | 3 ++- 16 files changed, 35 insertions(+), 18 deletions(-) diff --git a/examples/hooks/aufs.sh b/examples/hooks/aufs.sh index f0b02c6..c5d2b9f 100755 --- a/examples/hooks/aufs.sh +++ b/examples/hooks/aufs.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to install aufs drivers -# To enable it, copy this hook into your config/chroot_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. # # Note: You only want to use this hook if there is no prebuild aufs-modules-* # package available for your kernel flavour. diff --git a/examples/hooks/beryl.sh b/examples/hooks/beryl.sh index e201d81..ad4cb81 100755 --- a/examples/hooks/beryl.sh +++ b/examples/hooks/beryl.sh @@ -3,9 +3,11 @@ # This is a hook for live-helper(7) to install beryl and enable aiglx. # It was originally written by Inigo Tejedor Arrondo . # -# To enable it, copy this hook into your config/chroot_local-hooks directory. -# for forcing aiglx activation type at boot prompt "live forceaiglx" -# for forcing aiglx deactivation type "live noaiglx" +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. +# +# For forcing aiglx activation type at boot prompt "live forceaiglx". +# For forcing aiglx deactivation type "live noaiglx". # Importing archive signing key wget -O - http://debian.beryl-project.org/root@lupine.me.uk.gpg | apt-key add - diff --git a/examples/hooks/ipw2100.sh b/examples/hooks/ipw2100.sh index f2e296d..bff50e7 100755 --- a/examples/hooks/ipw2100.sh +++ b/examples/hooks/ipw2100.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to install ipw2100 drivers -# To enable it, copy this hook into your config/chroot_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. # # Note: This hook requires packages from the contrib category. Make sure you enabled # it in your configuration. diff --git a/examples/hooks/ipw2200.sh b/examples/hooks/ipw2200.sh index 4b2ed5f..5304b6b 100755 --- a/examples/hooks/ipw2200.sh +++ b/examples/hooks/ipw2200.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to install ipw2200 drivers -# To enable it, copy this hook into your config/chroot_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. # # Note: This hook requires packages from the contrib category. Make sure you enabled # it in your configuration. diff --git a/examples/hooks/ipw3945.sh b/examples/hooks/ipw3945.sh index 5a3eddc..96c2823 100755 --- a/examples/hooks/ipw3945.sh +++ b/examples/hooks/ipw3945.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to install ipw3945 drivers -# To enable it, copy this hook into your config/chroot_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. # # Note: This hook requires packages from the contrib and non-free category. Make # sure you enabled it in your configuration. diff --git a/examples/hooks/live-helper.sh b/examples/hooks/live-helper.sh index c161c63..c1823b3 100755 --- a/examples/hooks/live-helper.sh +++ b/examples/hooks/live-helper.sh @@ -2,7 +2,8 @@ # This is a hook for live-helper(7) to install live-helper and its config into # the binary image. -# To enable it, copy this hook into your config/binary_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. DIRECTORY="binary/tools/live" diff --git a/examples/hooks/madwifi.sh b/examples/hooks/madwifi.sh index cabc7cb..7b00530 100755 --- a/examples/hooks/madwifi.sh +++ b/examples/hooks/madwifi.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to install madwifi drivers -# To enable it, copy this hook into your config/chroot_localhooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. # # Note: This hook requires packages from the contrib category. Make sure you enabled # it in your configuration. diff --git a/examples/hooks/nvidia-legacy.sh b/examples/hooks/nvidia-legacy.sh index 89f502b..b7d3389 100755 --- a/examples/hooks/nvidia-legacy.sh +++ b/examples/hooks/nvidia-legacy.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to install nvidia-kernel-legacy drivers -# To enable it, copy this hook into your config/chroot_localhooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. # # Note: This hook requires packages from the non-free category. Make sure you # enabled it in your configuration. diff --git a/examples/hooks/rt2570.sh b/examples/hooks/rt2570.sh index 90c3118..9be3ae4 100755 --- a/examples/hooks/rt2570.sh +++ b/examples/hooks/rt2570.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to install ralink rt2570 drivers -# To enable it, copy this hook into your config/chroot_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. which module-assistant || apt-get install --yes module-assistant module-assistant update diff --git a/examples/hooks/rt2x00.sh b/examples/hooks/rt2x00.sh index 65f2ef6..ab99f7d 100755 --- a/examples/hooks/rt2x00.sh +++ b/examples/hooks/rt2x00.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to install ralink rt2x00 drivers -# To enable it, copy this hook into your config/chroot_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. # # FIXME: it runs in interactive mode diff --git a/examples/hooks/squashfs.sh b/examples/hooks/squashfs.sh index f258f88..29eea0c 100755 --- a/examples/hooks/squashfs.sh +++ b/examples/hooks/squashfs.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to install squashfs drivers -# To enable it, copy this hook into your config/chroot_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. # # Note: You only want to use this hook if there is no prebuild # squashfs-modules-* package available for your kernel flavour. diff --git a/examples/hooks/sun-java5.sh b/examples/hooks/sun-java5.sh index 049c6c4..e38ebaa 100755 --- a/examples/hooks/sun-java5.sh +++ b/examples/hooks/sun-java5.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to install sun-java. -# To enable it, copy this hook into your config/chroot_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. # # Note: This hook requires packages from the non-free category. Make sure you # enabled it in your configuration. diff --git a/examples/hooks/sun-java6.sh b/examples/hooks/sun-java6.sh index 01b5ac4..71d5974 100755 --- a/examples/hooks/sun-java6.sh +++ b/examples/hooks/sun-java6.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to install sun-java. -# To enable it, copy this hook into your config/chroot_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. # # Note: This hook requires packages from the non-free category. Make sure you # enabled it in your configuration. diff --git a/examples/hooks/unionfs.sh b/examples/hooks/unionfs.sh index 2cf47b3..c1d85b4 100755 --- a/examples/hooks/unionfs.sh +++ b/examples/hooks/unionfs.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to install unionfs drivers -# To enable it, copy this hook into your config/chroot_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. # # Note: You only want to use this hook if there is no prebuild unionfs-modules-* # package available for your kernel flavour. diff --git a/examples/hooks/update-initramfs.sh b/examples/hooks/update-initramfs.sh index a10c3ce..69d3263 100755 --- a/examples/hooks/update-initramfs.sh +++ b/examples/hooks/update-initramfs.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to rebuild the initramfs image. -# To enable it, copy this hook into your config/chroot_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. # # Note: You only want to use this hook if you have modified any initramfs-script # during the build and need to refresh the initrd.img for that purpose. diff --git a/examples/hooks/virtualbox-ose.sh b/examples/hooks/virtualbox-ose.sh index c228b6f..bcf7289 100755 --- a/examples/hooks/virtualbox-ose.sh +++ b/examples/hooks/virtualbox-ose.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to enable virtualbox-ose module. -# To enable it, copy this hook into your config/chroot_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. # Enabling loading of vboxdrv sed -i -e 's|^LOAD_VBOXDRV_MODULE=.*$|LOAD_VBOXDRV_MODULE=1|' /etc/default/virtualbox-ose -- cgit v1.0