Adding virtualbox-ose hook.

This commit is contained in:
Daniel Baumann 2008-10-10 16:07:49 +02:00
parent 78ea286335
commit 292330726f
1 changed files with 7 additions and 0 deletions

View File

@ -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