partition sizes changed

This commit is contained in:
Michael H.G. Schmidt 2023-01-11 13:12:00 +01:00
parent a22469b6bb
commit 792a77a7f6
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
<!-- System partition -->
<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>100</Size>
<Size>128</Size>
<Type>Primary</Type>
</CreatePartition>
<!-- Windows partition -->

View File

@ -21,14 +21,14 @@
<!-- Recovery partition -->
<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>500</Size>
<Size>512</Size>
<Type>Primary</Type>
</CreatePartition>
<!-- EFI system partition (ESP) -->
<CreatePartition wcm:action="add">
<Order>2</Order>
<Type>EFI</Type>
<Size>100</Size>
<Size>128</Size>
</CreatePartition>
<!-- Microsoft reserved partition (MSR) -->
<CreatePartition wcm:action="add">