This commit is contained in:
lw-everestlinux 2022-10-27 16:13:25 -04:00
parent 8d915e5932
commit 21c762ced4
2 changed files with 7 additions and 1 deletions

View File

@ -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;

View File

@ -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>