Relocate windows installation partition
This commit is contained in:
parent
a6e6d77c97
commit
021f9c767a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ $Global:SetupConfigPostprocessor = {
|
|||
}
|
||||
|
||||
# Add 1 TB space before Windows installation... wha-!? For Linux, ofc! I use Arch Linux, btw.
|
||||
$newPartition.SelectSingleNode("./ua:Size", $namespace).InnerText = "$((1 * 1024 * 1024) - $offset)";
|
||||
$newPartition.SelectSingleNode("./ua:Size", $namespace).InnerText = "$((64 * 1024) - $offset)";
|
||||
$newPartition.SelectSingleNode("./ua:Order", $namespace).InnerText = "$newIndex";
|
||||
|
||||
$null = $partitionCreations.AppendChild($newPartition);
|
||||
|
|
Loading…
Reference in a new issue