partition sizes changed
This commit is contained in:
parent
a22469b6bb
commit
792a77a7f6
@ -19,7 +19,7 @@
|
|||||||
<!-- System partition -->
|
<!-- System partition -->
|
||||||
<CreatePartition wcm:action="add">
|
<CreatePartition wcm:action="add">
|
||||||
<Order>1</Order>
|
<Order>1</Order>
|
||||||
<Size>100</Size>
|
<Size>128</Size>
|
||||||
<Type>Primary</Type>
|
<Type>Primary</Type>
|
||||||
</CreatePartition>
|
</CreatePartition>
|
||||||
<!-- Windows partition -->
|
<!-- Windows partition -->
|
||||||
|
@ -21,14 +21,14 @@
|
|||||||
<!-- Recovery partition -->
|
<!-- Recovery partition -->
|
||||||
<CreatePartition wcm:action="add">
|
<CreatePartition wcm:action="add">
|
||||||
<Order>1</Order>
|
<Order>1</Order>
|
||||||
<Size>500</Size>
|
<Size>512</Size>
|
||||||
<Type>Primary</Type>
|
<Type>Primary</Type>
|
||||||
</CreatePartition>
|
</CreatePartition>
|
||||||
<!-- EFI system partition (ESP) -->
|
<!-- EFI system partition (ESP) -->
|
||||||
<CreatePartition wcm:action="add">
|
<CreatePartition wcm:action="add">
|
||||||
<Order>2</Order>
|
<Order>2</Order>
|
||||||
<Type>EFI</Type>
|
<Type>EFI</Type>
|
||||||
<Size>100</Size>
|
<Size>128</Size>
|
||||||
</CreatePartition>
|
</CreatePartition>
|
||||||
<!-- Microsoft reserved partition (MSR) -->
|
<!-- Microsoft reserved partition (MSR) -->
|
||||||
<CreatePartition wcm:action="add">
|
<CreatePartition wcm:action="add">
|
||||||
|
Loading…
Reference in New Issue
Block a user