Adding virtualbox-ose hook.
This commit is contained in:
parent
78ea286335
commit
292330726f
|
@ -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
|
Loading…
Reference in New Issue