From 9a8a08216f01fddebedd29a9ddddfafac1fb07ff Mon Sep 17 00:00:00 2001 From: alichinese Date: Sat, 8 Nov 2025 15:18:48 +0800 Subject: [PATCH] x86-64: enable loop ko in kernel * the loop device is built into the kernel by default to ensure it can be enabled during the installation of x86 images Signed-off-by: alichinese --- meta-openeuler/conf/machine/generic-x86-64.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-openeuler/conf/machine/generic-x86-64.conf b/meta-openeuler/conf/machine/generic-x86-64.conf index a4a7206a4b2..abdd80c8862 100644 --- a/meta-openeuler/conf/machine/generic-x86-64.conf +++ b/meta-openeuler/conf/machine/generic-x86-64.conf @@ -52,3 +52,5 @@ QB_OPT_APPEND = "-usb -device usb-tablet" QB_TAP_OPT = "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no" QB_NETWORK_DEVICE = "-net nic" + +KERNEL_MODULE_AUTOLOAD += " kernel-module-loop " -- Gitee