Difference between revisions of "Amahi 8"

From Amahi Wiki
Jump to: navigation, search
Line 5: Line 5:
 
= Upgrade from Amahi 7/F19 =  
 
= Upgrade from Amahi 7/F19 =  
  
We'll need to report on this ..
+
We'll need to report on this, but the procedure to report this is:
 +
 
 +
* Install Amahi 7 with the express CD
 +
* Do not install any apps
 +
* Update everything in the system: yum -y update
 +
* Reboot to pick up new kernels, etc.
 +
* Update everything in the system again: yum -y update
 +
* If there are any updates, do it again. If there are new kernels, reboot
 +
 
 +
== Actual upgrade ==
 +
Install the upgrade tool:
 +
  sudo yum -y install fedup
 +
 
 +
Do the live update over the network:
 +
 
 +
    sudo fedup --network 21 --product=server
 +
 
 +
If you plan to test this more than once, you may want to download the ISO and do this locally, to avoid large downloads over the network each time the update is donw.

Revision as of 20:40, 31 January 2015

This page is about progress on the development of Amahi on Fedora 21.

We're working on it!

Upgrade from Amahi 7/F19

We'll need to report on this, but the procedure to report this is:

  • Install Amahi 7 with the express CD
  • Do not install any apps
  • Update everything in the system: yum -y update
  • Reboot to pick up new kernels, etc.
  • Update everything in the system again: yum -y update
  • If there are any updates, do it again. If there are new kernels, reboot

Actual upgrade

Install the upgrade tool:

 sudo yum -y install fedup

Do the live update over the network:

   sudo fedup --network 21 --product=server

If you plan to test this more than once, you may want to download the ISO and do this locally, to avoid large downloads over the network each time the update is donw.