mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
[BOOTDATA] Move the legide.sys entry in txtsetup.sif into the x86-specific section
The legide.sys driver, introduced in commitae2827f481, is compiled *ONLY* for the x86 platform (not x64 nor the others) as specified in commit7d33f7503b. Fix the file installation copy by moving its entry into the x86-specific section. Addendum to commit7174935d73(PR #8888). CORE-17256
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user