Removing virtualbox.chroot example hook, not required anymore with current virtualbox versions.
This commit is contained in:
parent
d78619d404
commit
b5fdc31759
|
@ -1,8 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This is a hook for live-build(7) to enable virtualbox-ose module.
|
||||
# To enable it, copy or symlink 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