Line 13: |
Line 13: |
| <li>Do a yum update.</li> | | <li>Do a yum update.</li> |
| | | |
− | <pre>yum update | + | <pre>yum update</pre> |
− | signal-event post-upgrade | + | |
| + | <li> If any updates were applied,</li> |
| + | <li> |
| + | <pre>signal-event post-upgrade |
| signal-event reboot</pre> | | signal-event reboot</pre> |
− | | + | </li> |
| <li>Check your current kernel.</li> | | <li>Check your current kernel.</li> |
| | | |
Line 24: |
Line 27: |
| | | |
| Use this command only if you have PAE kernel installed: | | Use this command only if you have PAE kernel installed: |
| + | |
| <pre>yum install kernel-PAE-devel</pre> | | <pre>yum install kernel-PAE-devel</pre> |
| Otherwise, | | Otherwise, |
| + | |
| <pre>yum install kernel-devel</pre> | | <pre>yum install kernel-devel</pre> |
| | | |
| + | <li> |
| + | Update SME again |
| + | <pre>signal-event post-upgrade |
| + | signal-event reboot</pre> |
| + | </li> |
| + | <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, the '-' in '-s' does not paste correctly. |
− | NOTE that the '-s' is cut-and-pasted wrong from code below | |
| | | |
| <pre>ln –s /usr/src/kernels/’uname –r’-i686 /lib/modules/`uname -r`/build</pre> | | <pre>ln –s /usr/src/kernels/’uname –r’-i686 /lib/modules/`uname -r`/build</pre> |