[WINDOWS] Add missing balloon driver to unattend file

Signed-off-by: Dani Llewellyn <diddledani@ubuntu.com>
This commit is contained in:
Dani Llewellyn 2021-10-12 16:17:40 +01:00
parent a3730991a3
commit 73de1ef360
No known key found for this signature in database
GPG Key ID: C75969D9238A4A8E

View File

@ -216,6 +216,9 @@ function unattended_windows() {
<PathAndCredentials wcm:action="add" wcm:keyValue="11">
<Path>E:\viofs\w10\amd64</Path>
</PathAndCredentials>
<PathAndCredentials wcm:action="add" wcm:keyValue="12">
<Path>E:\Balloon\w10\amd64</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>