jsares Posted November 9, 2005 Posted November 9, 2005 (edited) Hi Guys,I'm trying to include a ton of drivers on Bart's but I found it doesn't seem to work if they are in sub directories. Can I just throw all the .inf and .sys files in one big dir or should I make seperate sub dir for each driver?Jason Edited November 10, 2005 by jsares
ChrisBaksa Posted November 10, 2005 Posted November 10, 2005 I don't know how Barts does it... But I can tell you what to do when building WINPE from the OPK.Create the following directories:TEMP DIR\I386\System32\DriversTEMP DIR\I386\INFAdd the sys files to the the DRIVERS directory and the INF files to the INF dir.Simply XCOPY the directories over your file structure before you make your image. The drivers in tose direcories will be added/upgraded.BUT.. Some Drivers require additional files in the SYSTEM32 directory. In that case do the same thing as you dir for Drivers and Inf.Chris
jsares Posted November 10, 2005 Author Posted November 10, 2005 Thanks Chris. I put all the drivers in pebulider/drivers/Net and that seems to work as long as they have unique names. Unfortunately some are name Oemsetup.inf but it's good enough.Jason
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now