diff options
author | Daniel Baumann <daniel@debian.org> | 2008-10-10 16:07:49 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:42 +0100 |
commit | 292330726fcb49945e2569ec76b3a7911ddbc396 (patch) | |
tree | 63d13d971e2164c417c6c0a7e831e4e5a34c1132 | |
parent | 78ea286335c6fa4f3f5d33753c7771ecd6522a4d (diff) | |
download | vyos-live-build-292330726fcb49945e2569ec76b3a7911ddbc396.tar.gz vyos-live-build-292330726fcb49945e2569ec76b3a7911ddbc396.zip |
Adding virtualbox-ose hook.
-rwxr-xr-x | examples/hooks/virtualbox-ose.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/hooks/virtualbox-ose.sh b/examples/hooks/virtualbox-ose.sh new file mode 100755 index 000000000..c228b6fd8 --- /dev/null +++ b/examples/hooks/virtualbox-ose.sh @@ -0,0 +1,7 @@ +#!/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. + +# Enabling loading of vboxdrv +sed -i -e 's|^LOAD_VBOXDRV_MODULE=.*$|LOAD_VBOXDRV_MODULE=1|' /etc/default/virtualbox-ose |