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