diff options
author | Silvino Silva <silvino@bk.ru> | 2016-10-08 18:56:18 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2016-10-08 18:56:18 +0100 |
commit | 371d163d903373eea57cd6761223a579c18ed536 (patch) | |
tree | 2a5ea60a7629987202fe67fb2b82340c9fe9b382 /core/install.html | |
parent | c30b14dbcfb60418a0d7fd050a096c9bc20a380b (diff) | |
parent | 5d60e76fafc0fa76c8e9019459ecaeaf25d5b764 (diff) | |
download | doc-371d163d903373eea57cd6761223a579c18ed536.tar.gz |
release 0.2.4
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 |