diff options
author | Silvino Silva <silvino@bk.ru> | 2016-10-08 18:52:22 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2016-10-08 18:52:22 +0100 |
commit | 4442891eeb400959a1979d34938fcb061339a0f6 (patch) | |
tree | 075e67cdfa27ae99a0d67d86c694380be636020a /core/install.html | |
parent | e1c3b905225706f3f485185b5a3b161a457a90d5 (diff) | |
download | doc-4442891eeb400959a1979d34938fcb061339a0f6.tar.gz |
core scripts revision
Diffstat (limited to 'core/install.html')
-rw-r--r-- | core/install.html | 10 |
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 |