about summary refs log tree commit diff stats
path: root/core/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/install.html')
-rw-r--r--core/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/install.html b/core/install.html
index 4a7a46b..12921bf 100644
--- a/core/install.html
+++ b/core/install.html
@@ -63,7 +63,7 @@
         <p>Partition used by grub boot loader. Partition size 2M;</p>
 
         <pre>
-        mkpart primary 1 3
+        mkpart primary 2 4
         name 1 grub
         set 1 bios_grub on
         </pre>
@@ -75,7 +75,7 @@
         installations. Partition size 128M;</p>
 
         <pre>
-        (parted) mkpart ESP fat32 3 125
+        (parted) mkpart ESP fat32 4 125
         (parted) name 2 efi
         (parted) set 2 boot on
         </pre>