From 292330726fcb49945e2569ec76b3a7911ddbc396 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 10 Oct 2008 16:07:49 +0200 Subject: Adding virtualbox-ose hook. --- examples/hooks/virtualbox-ose.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 examples/hooks/virtualbox-ose.sh 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 -- cgit v1.0