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
Last revision Both sides next revision
server-administration:upgrade-ubuntu-pre-10.04 [2011-05-13 23:48:39]
garrett.plasky Approved
server-administration:upgrade-ubuntu-pre-10.04 [2011-07-22 19:40:12]
garrett.plasky Approved
Line 42: Line 42:
   - Edit ///etc/update-manager/release-upgrades// and set <c>Prompt=normal</c>   - Edit ///etc/update-manager/release-upgrades// and set <c>Prompt=normal</c>
   - Launch the upgrade tool:\\ <sxh bash>do-release-upgrade</sxh>   - 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 **after** completed the final 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 **after** completing the final steps below.
  
 === Post-10.04 Upgrade: Final Steps === === Post-10.04 Upgrade: Final Steps ===
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}}