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
n class='oid'>78357b88 ^
f6fd7e1b ^
dc5a0acf ^

f6fd7e1b ^

3ff2fe60 ^
f6fd7e1b ^
3ff2fe60 ^
f6fd7e1b ^

dc5a0acf ^
3ff2fe60 ^
78357b88 ^
f6fd7e1b ^


78357b88 ^
f6fd7e1b ^




























3350c34a ^
f6fd7e1b ^










3350c34a ^































































f6fd7e1b ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137