You may want to filter driver installs as part of your OSD deployment using a WMI Query and a SELECT * FROM Win32_ComputerSystem WHERE Model LIKE “%<MODEL>%” statement.
To determine what your computer model is run a WMIC command in DOS and type in the following command:
CSProduct Get Name
This will output the model and you can insert this into your SELECT statement.