summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-12-02 17:42:03 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:45 +0100
commit8e305b83f9b074fb7e5445b358d2eb49d7e302d9 (patch)
treefd94751633cd45102d683d0f44a7661fcfe76889 /examples
parent6f71ad84411a23e48a58464a6fd642d9173857d9 (diff)
downloadvyos-live-build-8e305b83f9b074fb7e5445b358d2eb49d7e302d9.tar.gz
vyos-live-build-8e305b83f9b074fb7e5445b358d2eb49d7e302d9.zip
Mention possibility to symlink example hooks in their descriptions.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/hooks/aufs.sh3
-rwxr-xr-xexamples/hooks/beryl.sh8
-rwxr-xr-xexamples/hooks/ipw2100.sh3
-rwxr-xr-xexamples/hooks/ipw2200.sh3
-rwxr-xr-xexamples/hooks/ipw3945.sh3
-rwxr-xr-xexamples/hooks/live-helper.sh3
-rwxr-xr-xexamples/hooks/madwifi.sh3
-rwxr-xr-xexamples/hooks/nvidia-legacy.sh3
-rwxr-xr-xexamples/hooks/rt2570.sh3
-rwxr-xr-xexamples/hooks/rt2x00.sh3
-rwxr-xr-xexamples/hooks/squashfs.sh3
-rwxr-xr-xexamples/hooks/sun-java5.sh3
-rwxr-xr-xexamples/hooks/sun-java6.sh3
-rwxr-xr-xexamples/hooks/unionfs.sh3
-rwxr-xr-xexamples/hooks/update-initramfs.sh3
-rwxr-xr-xexamples/hooks/virtualbox-ose.sh3
16 files changed, 35 insertions, 18 deletions
diff --git a/examples/hooks/aufs.sh b/examples/hooks/aufs.sh
index f0b02c68a..c5d2b9f34 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 e201d81c8..ad4cb81dd 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 <inigo@navarrux.org>.
#
-# 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 f2e296d3b..bff50e7d0 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 4b2ed5f80..5304b6bbb 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 5a3eddc69..96c282340 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 c161c6374..c1823b303 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 cabc7cb48..7b00530cd 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 89f502b56..b7d3389d1 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 90c311833..9be3ae43e 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 65f2ef6f7..ab99f7d4f 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 f258f8837..29eea0cbb 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 049c6c45e..e38ebaa32 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 01b5ac4da..71d5974b8 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 2cf47b30a..c1d85b4f8 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 a10c3ceac..69d326318 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 c228b6fd8..bcf7289b5 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