From 4dc1ea6c8f12442d349f167550897d60b30ba278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Tue, 28 Apr 2026 23:03:19 +0200 Subject: [PATCH] [BOOTDATA] Move the legide.sys entry in txtsetup.sif into the x86-specific section The legide.sys driver, introduced in commit ae2827f4810, is compiled *ONLY* for the x86 platform (not x64 nor the others) as specified in commit 7d33f7503b. Fix the file installation copy by moving its entry into the x86-specific section. Addendum to commit 7174935d73 (PR #8888). CORE-17256 --- boot/bootdata/txtsetup.sif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/bootdata/txtsetup.sif b/boot/bootdata/txtsetup.sif index 4ac6fd4f800..f1a5d8383ee 100644 --- a/boot/bootdata/txtsetup.sif +++ b/boot/bootdata/txtsetup.sif @@ -126,7 +126,6 @@ storport.sys = 1,,,,,,,4,,,,1,4 fastfat.sys = 1,,,,,,x,4,,,,1,4 btrfs.sys = 1,,,,,,x,4,,,,1,4 ramdisk.sys = 1,,,,,,x,4,,,,1,4 -legide.sys = 1,,,,,,,4,,,,1,4 pciide.sys = 1,,,,,,x,4,,,,1,4 pciidex.sys = 1,,,,,,,4,,,,1,4 pcix.sys = 1,,,,,,,4,,,,1,4 @@ -142,6 +141,7 @@ wdf01000.sys = 1,,,,,,x,4,,,,1,4 [SourceDisksFiles.x86] acpi.sys = 1,,,,,,,4,1,,,1,4 +legide.sys = 1,,,,,,,4,,,,1,4 [SourceDisksFiles.amd64] acpi.sys = 1,,,,,,x,4,,,,1,4