The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


Nemo/Updating

From Mer Wiki
< Nemo(Difference between revisions)
Jump to: navigation, search
(New page: To update Nemo image you need to have Nemo installed and need to have internet connection enabled. After this the update can be done with following commands: # Take root permissions s...)
 
Line 14: Line 14:
 
   reboot
 
   reboot
  
Known Issues:
+
== Known Issues ==
 
* When doing update the network connection might break if the connman is updated see https://bugs.merproject.org/show_bug.cgi?id=141
 
* When doing update the network connection might break if the connman is updated see https://bugs.merproject.org/show_bug.cgi?id=141
 
** WORKAROUND: Do update inside screen
 
** WORKAROUND: Do update inside screen

Revision as of 07:37, 14 February 2012

To update Nemo image you need to have Nemo installed and need to have internet connection enabled. After this the update can be done with following commands:

 # Take root permissions
 su
 # Update the repository database
 zypper ref
 # We run the update inside screen so that if something breaks (UX or network it doesn't get interrupted)
 zypper install screen
 # Start screen
 screen
 # Start the actual update
 zypper up
 # After update reboot the device
 reboot

Known Issues

Personal tools