From a92a12fb0ef73ea56c8be625aaa551deba3d3599 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 19 Nov 2025 15:58:54 +0100 Subject: [vbox-src] Debian 13 --- core/modules/vbox-src/module.conf | 2 +- core/modules/vbox-src/module.conf.debian | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) (limited to 'core/modules/vbox-src') diff --git a/core/modules/vbox-src/module.conf b/core/modules/vbox-src/module.conf index 2a0bac6e..20d18cf8 100644 --- a/core/modules/vbox-src/module.conf +++ b/core/modules/vbox-src/module.conf @@ -1,5 +1,5 @@ REQUIRED_MODULES="kernel" -REQUIRED_VBOX_VERSION="${CONFIG_VBOX_VERSION:-7.1.4}" +REQUIRED_VBOX_VERSION="${CONFIG_VBOX_VERSION:-7.2.4}" REQUIRED_DIRECTORIES=" /lib/modules /usr/lib/virtualbox diff --git a/core/modules/vbox-src/module.conf.debian b/core/modules/vbox-src/module.conf.debian index 6e65d859..0e8b2ffa 100644 --- a/core/modules/vbox-src/module.conf.debian +++ b/core/modules/vbox-src/module.conf.debian @@ -24,8 +24,6 @@ REQUIRED_INSTALLED_PACKAGES=" usbutils xsltproc yasm -" -REQUIRED_CONTENT_PACKAGES=" usb.ids " # These are required for building 32-bit guest additions on 64-bit systems @@ -36,8 +34,5 @@ REQUIRED_INSTALLED_PACKAGES_X64_X86=" gcc-multilib g++-multilib " -REQUIRED_SYSTEM_FILES=" - /var/lib/usbutils/usb.ids -" -[ "$(uname -m)x" = "x86_64x" ] && REQUIRED_INSTALLED_PACKAGES+="$REQUIRED_INSTALLED_PACKAGES_X64_X86" +[ "$X86_64_I386" = "x86_64" ] && REQUIRED_INSTALLED_PACKAGES+="$REQUIRED_INSTALLED_PACKAGES_X64_X86" true -- cgit v1.2.3-55-g7522