diff options
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/modules/vbox/vbox.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remote/modules/vbox/vbox.build b/remote/modules/vbox/vbox.build index fd2e0b0b..4ee2b2b9 100644 --- a/remote/modules/vbox/vbox.build +++ b/remote/modules/vbox/vbox.build @@ -102,6 +102,8 @@ build() { pinfo "Unpacking deb ..." cd build || perror "Cannot cd to build directory!" dpkg -x ../src/vbox/$(basename "$REQUIRED_VBOXBASEURL") . || perror "Could not unpack deb-archive!" + # VirtualBox needs to be suid-root: + chmod u+s ${MODULE_BUILD_DIR}/usr/lib/VirtualBox ;; *) perror "Unknown Distribution: $SYS_DISTRIBUTION - Please specify its packet manager in remote/setup_target" ;; esac |
