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