Changes

From SME Server
Jump to navigationJump to search
m
no edit summary
Line 28: Line 28:  
Use this command only if you have a PAE kernel installed:
 
Use this command only if you have a PAE kernel installed:
   −
       <pre>yum install kernel-PAE-devel</pre>
+
       <pre>yum install kernel-PAE-devel kernel-headers</pre>
 
Otherwise,
 
Otherwise,
   −
       <pre>yum install kernel-devel</pre>
+
       <pre>yum install kernel-devel kernel-headers</pre>
    
   <li>
 
   <li>
Line 40: Line 40:  
   <li>Create a symbolic link</li>
 
   <li>Create a symbolic link</li>
   −
NOTE: Be careful if you cut-and-paste the command below. In some terminal windows, from some browsers, parts of the command does not paste correctly. Pay particular attention to the dashes (-) and the backticks (`). There aren't any single quote marks in the command below - they are all supposed to be backticks.
+
NOTE: Be careful if you cut-and-paste the command below. In some terminal windows, from some browsers, the parts of the command in <b>bold</b> font do not paste correctly. Pay particular attention to the dashes (-) and the backticks (`). There aren't any single quote marks in the command below - they are all supposed to be backticks.
   −
       <pre>ln <b>–s</b> /usr/src/kernels/<b>`uname –r`</b>-<b>`uname-m`</b> /lib/modules/<b>`uname -r`</b>/build</pre>
+
       ln <b>–s</b> /usr/src/kernels/<b>`uname –r`</b>-<b>`uname-m`</b> /lib/modules/<b>`uname -r`</b>/build
    +
  <li>Check that the symbolic link was properly created by doing a directory listing.</li>
 +
 +
      ls /lib/modules/<b>`uname -r`</b>/build
 
   <li>Install the Fedora Epel repository using the instructions [http://wiki.contribs.org/Epel here].</li>
 
   <li>Install the Fedora Epel repository using the instructions [http://wiki.contribs.org/Epel here].</li>
  
38

edits

Navigation menu