summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-10-10 16:07:49 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:42 +0100
commit292330726fcb49945e2569ec76b3a7911ddbc396 (patch)
tree63d13d971e2164c417c6c0a7e831e4e5a34c1132 /examples
parent78ea286335c6fa4f3f5d33753c7771ecd6522a4d (diff)
downloadlive-build-292330726fcb49945e2569ec76b3a7911ddbc396.zip
live-build-292330726fcb49945e2569ec76b3a7911ddbc396.tar.gz
Adding virtualbox-ose hook.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/hooks/virtualbox-ose.sh7
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 0000000..c228b6f
--- /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