diff --git a/css/everest.css b/css/everest.css index 45da9ca..f888087 100755 --- a/css/everest.css +++ b/css/everest.css @@ -45,6 +45,12 @@ p { padding-top: 2px; padding-bottom: 2px; } +code { + padding-left: 16px; + padding-right: 16px; + padding-top: 2px; + padding-bottom: 2px; +} ul { list-style-type: none; margin: 0px; diff --git a/install.html b/install.html index 78a1b46..adc2e61 100644 --- a/install.html +++ b/install.html @@ -49,7 +49,7 @@

Install the kernel

Download the kernel source tree to the Glacier cache.

-(chroot)# glacier -f linux +(chroot)# glacier -c linux

Move the source tree to its correct location.

(chroot)# cd /var/cache/glacier (chroot)# mv linux.tar.gz /usr/src