[BOOTDATA] Fix legide.sys load on boot (#8888)

After merging the new ATA driver, FreeLdr complains about not being able
to load legide.sys. Fix that by adding legide.sys driver to txtsetup.sif
so FreeLoader can load it.

Addendum to ae2827f481. CORE-17256
This commit is contained in:
Carl J. Bialorucki
2026-04-22 02:28:38 -05:00
committed by GitHub
parent 8dc9e50c09
commit 7174935d73

View File

@@ -126,6 +126,7 @@ 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