Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
server-administration:upgrade-ubuntu-pre-10.04 [2011-05-13 23:48:18]
garrett.plasky Approved
server-administration:upgrade-ubuntu-pre-10.04 [2011-07-22 19:38:42]
garrett.plasky Approved
Line 33: Line 33:
   - Login to the shell as root (or sudo the following commands).   - Login to the shell as root (or sudo the following commands).
   - Install update-manager-core if it is not already installed: \\ <sxh bash>apt-get install update-manager-core</sxh>   - Install update-manager-core if it is not already installed: \\ <sxh bash>apt-get install update-manager-core</sxh>
-  - Launch the upgrade tool:\\ <code console>do-release-upgrade</code>+  - Launch the upgrade tool:\\ <sxh bash>do-release-upgrade</sxh>
   - Follow the on-screen instructions and let the upgrade complete. Select "no" to rebooting your server and instead reboot it through your VPS console. Then continue with the 10.04 upgrade steps below.   - Follow the on-screen instructions and let the upgrade complete. Select "no" to rebooting your server and instead reboot it through your VPS console. Then continue with the 10.04 upgrade steps below.
  
Line 68: Line 68:
  
 <sxh bash>cd /etc/init/ <sxh bash>cd /etc/init/
-for i in plymouth* ureadahead*; do mv $i $i.disabled; done</sxh>+for i in plymouth* ureadahead*; do mv $i $i.disabled; done</sxh>
  
 Once complete, you can now reboot your VPS and enjoy the latest version of Ubuntu! Once complete, you can now reboot your VPS and enjoy the latest version of Ubuntu!
  
 {{tag>ubuntu how-to administration upgrade}} {{tag>ubuntu how-to administration upgrade}}