diff --git a/profiles/DerGeret/Windows/Setup.ps1 b/profiles/DerGeret/Windows/Setup.ps1 index 181fc33d..17bc96a5 100644 --- a/profiles/DerGeret/Windows/Setup.ps1 +++ b/profiles/DerGeret/Windows/Setup.ps1 @@ -107,6 +107,7 @@ $Global:SetupConfigPostprocessor = { Move-PartitionRange -1 0 ($To + 1) } + $partitionCreations[1].SelectSingleNode("./ua:Size", $namespace).InnerText = "$(1024)"; Invoke-PartitionRelocation 2 1; # Add space before Windows installation... wha-!? For Linux, ofc! I use Arch Linux, btw.