There is a big discrepancy in handling of local driver disks by the TUI: any driver disk of type "local" that was installed in the installer environment does not by default get installed on the host, whereas any of type "url" will.
Possible options include:
- notifying the user that they will need to add them using the "supplemental packs" dialog too
- explicitly request the user to insert each driver disks at the end of main product installation
- cache the driver disk contents in the installer's ramdisk environment, as they are typically quite small (and a caching limit could be used, falling back to 1. or 2. if needed)