summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src
diff options
context:
space:
mode:
authorSimon Rettberg2025-11-19 15:58:54 +0100
committerSimon Rettberg2025-11-19 15:59:38 +0100
commita92a12fb0ef73ea56c8be625aaa551deba3d3599 (patch)
tree170065a6caa6378e0e637dea3fe66d6a18906b77 /core/modules/vbox-src
parent[vbox-src/xscreensaver] Debian 13 (diff)
downloadmltk-a92a12fb0ef73ea56c8be625aaa551deba3d3599.tar.gz
mltk-a92a12fb0ef73ea56c8be625aaa551deba3d3599.tar.xz
mltk-a92a12fb0ef73ea56c8be625aaa551deba3d3599.zip
[vbox-src] Debian 13
Diffstat (limited to 'core/modules/vbox-src')
-rw-r--r--core/modules/vbox-src/module.conf2
-rw-r--r--core/modules/vbox-src/module.conf.debian7
2 files changed, 2 insertions, 7 deletions
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