[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 committed by Martin Wimpress
parent 3749c85017
commit 79ee4405d6
1 changed files with 3 additions and 0 deletions

View File

@ -224,6 +224,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>