Support for larger install.wim, legacy boot, image selection #5

Merged
sb10q merged 1 commits from parthy/wfvm:large-image into master 2024-08-17 17:37:23 +08:00
Showing only changes of commit f1b52c0da7 - Show all commits

View File

@ -13,8 +13,8 @@
, timeZone ? "UTC" , timeZone ? "UTC"
, services ? {} , services ? {}
, impureShellCommands ? [] , impureShellCommands ? []
, driveLetter ? "D:"
, efi ? true , efi ? true
, driveLetter ? if efi then "E:" else "D:"
, ... , ...
}: }: