diff options
Diffstat (limited to 'examples/hooks/ipw2100.sh')
-rwxr-xr-x | examples/hooks/ipw2100.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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. |