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.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/core/install.html b/core/install.html
index 194e245..f95910f 100644
--- a/core/install.html
+++ b/core/install.html
@@ -38,6 +38,10 @@
         <a href="http://devil-detail.blogspot.pt/2013/07/install-grub2-on-gpt-disk-dedicated-partition.html">gpt partition table</a>.
         </p>
 
+        <pre>
+        (parted) mklabel gpt
+        </pre>
+
         <h3>/boot/efi</h3>
 
         <p>EFI System Partition, ESP type EF00. Partition
@@ -57,7 +61,9 @@
         <p>Boot partition. Partition with 1G provides
         room for crux iso to boot directly from grub.</p>
 
-        <pre>(parted) mkpart primary ext4 120MiB 1000MiB</pre>
+        <pre>
+        (parted) mkpart primary ext4 120MiB 1000MiB
+        </pre>
 
         <pre>
         (parted) align-check optimal 2
@@ -184,7 +190,7 @@
        $ sudo mkfs.ext4 $BKL_PRT
         </pre>
 
-        <h2 id="step3">1.1.3. Prepare Target</h2>
+        <h2 id="step3">1.1.3. Prepare Install</h2>
 
         <pre>
         $ export CHROOT=/mnt