diff options
author | Daniel Baumann <daniel@debian.org> | 2008-12-02 17:42:03 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:45 +0100 |
commit | 8e305b83f9b074fb7e5445b358d2eb49d7e302d9 (patch) | |
tree | fd94751633cd45102d683d0f44a7661fcfe76889 /examples/hooks/virtualbox-ose.sh | |
parent | 6f71ad84411a23e48a58464a6fd642d9173857d9 (diff) | |
download | vyos-live-build-8e305b83f9b074fb7e5445b358d2eb49d7e302d9.tar.gz vyos-live-build-8e305b83f9b074fb7e5445b358d2eb49d7e302d9.zip |
Mention possibility to symlink example hooks in their descriptions.
Diffstat (limited to 'examples/hooks/virtualbox-ose.sh')
-rwxr-xr-x | examples/hooks/virtualbox-ose.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/hooks/virtualbox-ose.sh b/examples/hooks/virtualbox-ose.sh index c228b6fd8..bcf7289b5 100755 --- a/examples/hooks/virtualbox-ose.sh +++ b/examples/hooks/virtualbox-ose.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to enable virtualbox-ose module. -# 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. # Enabling loading of vboxdrv sed -i -e 's|^LOAD_VBOXDRV_MODULE=.*$|LOAD_VBOXDRV_MODULE=1|' /etc/default/virtualbox-ose |