Resize linux partition for DerGeret
This commit is contained in:
parent
df2d3fdf62
commit
8f7d7dc8ea
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ $Global:SetupConfigPostprocessor = {
|
|||
# Add space before Windows installation... wha-!? For Linux, ofc! I use Arch Linux, btw.
|
||||
$swapSpacer = 100;
|
||||
Add-Partition 2 $swapSpacer;
|
||||
Add-Partition 3 ((64 * 1024) - 1024 - $swapSpacer);
|
||||
Add-Partition 3 ((1.5 * 1024 * 1024) - 1024 - $swapSpacer);
|
||||
}
|
||||
|
||||
. "$PSScriptRoot/../../../scripts/Windows/OS/Setup.ps1";
|
||||
|
|
Loading…
Reference in a new issue