10/27/22
This commit is contained in:
parent
8d915e5932
commit
21c762ced4
@ -45,6 +45,12 @@ p {
|
|||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
code {
|
||||||
|
padding-left: 16px;
|
||||||
|
padding-right: 16px;
|
||||||
|
padding-top: 2px;
|
||||||
|
padding-bottom: 2px;
|
||||||
|
}
|
||||||
ul {
|
ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
<h2>Install the kernel</h2>
|
<h2>Install the kernel</h2>
|
||||||
<p>Download the kernel source tree to the Glacier cache.</p>
|
<p>Download the kernel source tree to the Glacier cache.</p>
|
||||||
<code><mark>(chroot)# glacier -f linux</mark></code>
|
<code><mark>(chroot)# glacier -c linux</mark></code>
|
||||||
<p>Move the source tree to its correct location.</p>
|
<p>Move the source tree to its correct location.</p>
|
||||||
<code><mark>(chroot)# cd /var/cache/glacier</mark></code>
|
<code><mark>(chroot)# cd /var/cache/glacier</mark></code>
|
||||||
<code><mark>(chroot)# mv linux.tar.gz /usr/src</mark></code>
|
<code><mark>(chroot)# mv linux.tar.gz /usr/src</mark></code>
|
||||||
|
Loading…
Reference in New Issue
Block a user