Resize EFI partition to 1024 MB

This commit is contained in:
Manuel Thalmann 2023-07-11 23:37:27 +02:00
parent 85380d3a28
commit 9701d56663

View file

@ -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.