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