Resize EFI partition to 1024 MB
This commit is contained in:
parent
516d5caa88
commit
a90cd02d92
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ $Global:SetupConfigPostprocessor = {
|
||||||
Move-PartitionRange -1 0 ($To + 1)
|
Move-PartitionRange -1 0 ($To + 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$partitionCreations[1].SelectSingleNode("./ua:Size", $namespace).InnerText = "$(1024)";
|
||||||
Invoke-PartitionRelocation 2 1;
|
Invoke-PartitionRelocation 2 1;
|
||||||
|
|
||||||
# Add space before Windows installation... wha-!? For Linux, ofc! I use Arch Linux, btw.
|
# Add space before Windows installation... wha-!? For Linux, ofc! I use Arch Linux, btw.
|
||||||
|
|
Loading…
Reference in a new issue