mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
[WINDOWS] Add missing balloon driver to unattend file
Signed-off-by: Dani Llewellyn <diddledani@ubuntu.com>
This commit is contained in:
parent
3749c85017
commit
79ee4405d6
1 changed files with 3 additions and 0 deletions
3
quickget
3
quickget
|
@ -224,6 +224,9 @@ function unattended_windows() {
|
||||||
<PathAndCredentials wcm:action="add" wcm:keyValue="11">
|
<PathAndCredentials wcm:action="add" wcm:keyValue="11">
|
||||||
<Path>E:\viofs\w10\amd64</Path>
|
<Path>E:\viofs\w10\amd64</Path>
|
||||||
</PathAndCredentials>
|
</PathAndCredentials>
|
||||||
|
<PathAndCredentials wcm:action="add" wcm:keyValue="12">
|
||||||
|
<Path>E:\Balloon\w10\amd64</Path>
|
||||||
|
</PathAndCredentials>
|
||||||
</DriverPaths>
|
</DriverPaths>
|
||||||
</component>
|
</component>
|
||||||
</settings>
|
</settings>
|
||||||
|
|
Loading…
Reference in a new issue