mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 23:13:04 +00:00
[BOOTDATA] Do not explicitly load driver libraries in txtsetup.sif
If any driver depends on them, they will be loaded automatically
This commit is contained in:
parent
449a341786
commit
85cb8a897d
1 changed files with 5 additions and 5 deletions
|
@ -99,7 +99,7 @@ c_437.nls = 1,,,,,,,2,,,,1,2
|
||||||
c_1252.nls = 1,,,,,,,2,,,,1,2
|
c_1252.nls = 1,,,,,,,2,,,,1,2
|
||||||
cdfs.sys = 1,,,,,,x,4,,,,1,4
|
cdfs.sys = 1,,,,,,x,4,,,,1,4
|
||||||
cdrom.sys = 1,,,,,,x,4,,,,1,4
|
cdrom.sys = 1,,,,,,x,4,,,,1,4
|
||||||
classpnp.sys = 1,,,,,,x,4,,,,1,4
|
classpnp.sys = 1,,,,,,,4,,,,1,4
|
||||||
isapnp.sys = 1,,,,,,,4,,,,1,4
|
isapnp.sys = 1,,,,,,,4,,,,1,4
|
||||||
kdcom.dll = 1,,,,,,,2,,,,1,2
|
kdcom.dll = 1,,,,,,,2,,,,1,2
|
||||||
kdvbox.dll = 1,,,,,,,2,,,,1,2
|
kdvbox.dll = 1,,,,,,,2,,,,1,2
|
||||||
|
@ -110,9 +110,9 @@ hidclass.sys = 1,,,,,,,4,,,,1,4
|
||||||
hidparse.sys = 1,,,,,,,4,,,,1,4
|
hidparse.sys = 1,,,,,,,4,,,,1,4
|
||||||
hidusb.sys = 1,,,,,,,4,,,,1,4
|
hidusb.sys = 1,,,,,,,4,,,,1,4
|
||||||
usbccgp.sys = 1,,,,,,x,4,,,,1,4
|
usbccgp.sys = 1,,,,,,x,4,,,,1,4
|
||||||
usbd.sys = 1,,,,,,x,4,,,,1,4
|
usbd.sys = 1,,,,,,,4,,,,1,4
|
||||||
usbhub.sys = 1,,,,,,x,4,,,,1,4
|
usbhub.sys = 1,,,,,,x,4,,,,1,4
|
||||||
usbport.sys = 1,,,,,,x,4,,,,1,4
|
usbport.sys = 1,,,,,,,4,,,,1,4
|
||||||
usbuhci.sys = 1,,,,,,x,4,,,,1,4
|
usbuhci.sys = 1,,,,,,x,4,,,,1,4
|
||||||
usbohci.sys = 1,,,,,,x,4,,,,1,4
|
usbohci.sys = 1,,,,,,x,4,,,,1,4
|
||||||
usbehci.sys = 1,,,,,,x,4,,,,1,4
|
usbehci.sys = 1,,,,,,x,4,,,,1,4
|
||||||
|
@ -121,8 +121,8 @@ kbdhid.sys = 1,,,,,,,4,,,,1,4
|
||||||
kbdclass.sys = 1,,,,,,x,4,,,,1,4
|
kbdclass.sys = 1,,,,,,x,4,,,,1,4
|
||||||
l_intl.nls = 1,,,,,,,2,,,,1,2
|
l_intl.nls = 1,,,,,,,2,,,,1,2
|
||||||
pci.sys = 1,,,,,,,4,,,,1,4
|
pci.sys = 1,,,,,,,4,,,,1,4
|
||||||
scsiport.sys = 1,,,,,,x,4,,,,1,4
|
scsiport.sys = 1,,,,,,,4,,,,1,4
|
||||||
storport.sys = 1,,,,,,x,4,,,,1,4
|
storport.sys = 1,,,,,,,4,,,,1,4
|
||||||
fastfat.sys = 1,,,,,,x,4,,,,1,4
|
fastfat.sys = 1,,,,,,x,4,,,,1,4
|
||||||
btrfs.sys = 1,,,,,,x,4,,,,1,4
|
btrfs.sys = 1,,,,,,x,4,,,,1,4
|
||||||
ramdisk.sys = 1,,,,,,x,4,,,,1,4
|
ramdisk.sys = 1,,,,,,x,4,,,,1,4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue