[BOOTDATA] Move the legide.sys entry in txtsetup.sif into the x86-specific section

The legide.sys driver, introduced in commit ae2827f481, 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
This commit is contained in:
Hermès Bélusca-Maïto
2026-04-28 23:03:19 +02:00
parent 2ec1f64c96
commit 4dc1ea6c8f

View File

@@ -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