forked from M-Labs/wfvm
autounattend: Revert back to driveLetter D
This commit is contained in:
parent
0becb115f6
commit
f1b52c0da7
|
@ -13,8 +13,8 @@
|
|||
, timeZone ? "UTC"
|
||||
, services ? {}
|
||||
, impureShellCommands ? []
|
||||
, driveLetter ? "D:"
|
||||
, efi ? true
|
||||
, driveLetter ? if efi then "E:" else "D:"
|
||||
, ...
|
||||
}:
|
||||
|
||||
|
|
Loading…
Reference in New Issue