partition sizes changed
This commit is contained in:
parent
a22469b6bb
commit
792a77a7f6
@ -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 -->
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user