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