summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2020-07-31 17:23:17 +0200
committerYour Name2020-07-31 17:23:17 +0200
commit093b6f0a40dd453b45d2cf0f54a71743985128d3 (patch)
tree025419a2bea234770819af96456e76586a946b11
parent[dnbd3] Remove kernel module, to be built as dracut module (diff)
downloadmltk-093b6f0a40dd453b45d2cf0f54a71743985128d3.tar.gz
mltk-093b6f0a40dd453b45d2cf0f54a71743985128d3.tar.xz
mltk-093b6f0a40dd453b45d2cf0f54a71743985128d3.zip
[vbox-src] Disable cloud gateway network bullshit
This simply doesn't compile out of the box and sounds like something you wouldn't want anyways, so let's get rid of it.
-rw-r--r--core/modules/vbox-src/module.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/vbox-src/module.build b/core/modules/vbox-src/module.build
index 4cd80c8a..09874cf8 100644
--- a/core/modules/vbox-src/module.build
+++ b/core/modules/vbox-src/module.build
@@ -20,6 +20,7 @@ build() {
[ -n "${KERNEL_HEADERS_DIR}" ] || perror "KERNEL_HEADERS_DIR not set, kernel module present?"
cd "${MODULE_WORK_DIR}/src/VirtualBox-${REQUIRED_VBOX_VERSION}" || \
perror "Could not cd to '${MODULE_WORK_DIR}/src/VirtualBox-${REQUIRED_VBOX_VERSION}'."
+ sed -i 's/VBOX_WITH_CLOUD_NET = 1/VBOX_WITH_CLOUD_NET =/g' "Config.kmk" || perror "Could not disable cloud networking."
local VBOX_BUILD_DIR="${MODULE_WORK_DIR}/src/VirtualBox-${REQUIRED_VBOX_VERSION}/build"
mkdir -p "$VBOX_BUILD_DIR" || perror "Failed to mkdir '$VBOX_BUILD_DIR'."
./configure \