diff options
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/virtualbox | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/chroot_local-hooks/virtualbox b/config/chroot_local-hooks/virtualbox index d468526..9fda9ab 100755 --- a/config/chroot_local-hooks/virtualbox +++ b/config/chroot_local-hooks/virtualbox @@ -1,4 +1,3 @@ #!/bin/bash [ -x /etc/init.d/vboxdrv ] || exit 0 -export KERN_DIR="$(ls -d /usr/src/linux-headers-* | head -n1)" /etc/init.d/vboxdrv setup |