Changes

From Amahi Wiki
Jump to: navigation, search
775 bytes added ,  05:21, 3 November 2020
Develop and test installation of Amahi 12, based on Fedora 33 for the next Amahi release.
=New Install===Download=====Fedora 33===
* Minimal CD (Netinstall) - [https://mirror.atl.genesisadaptive.com/fedora/linux/releases/33/Server/x86_64/iso/Fedora-Server-netinst-x86_64-33-1.2.iso Fedora-Server-netinst-x86_64-33-1.2.iso]
: (677MB; SHA1 c34921e16665721730449d3a6baf3531d0e8bd80)
: (2.9GB; SHA1 a7b7a7836e8c5fe6e994f35c0426dc6c7a2c5fe6)
===Amahi 12===
<pre>rpm -Uvh http://f33.amahi.org/noarch/hda-release-12.0.0-1.noarch.rpm
dnf -y install hda-ctl
hda-install -i YOUR-INSTALL-CODE</pre>
 
=Upgrade=
To upgrade from Amahi 11 (Fedora 27) to Amahi 12 (Fedora 33):
<pre>sudo dnf upgrade --refresh
sudo dnf -y install dnf-plugin-system-upgrade</pre>
Reboot
* Upgrade to Fedora 29:
sudo dnf system-upgrade download --refresh --releasever=29 --nogpgcheck --allowerasing
sudo dnf system-upgrade reboot
* Upgrade to Fedora 31:
sudo dnf system-upgrade download --refresh --releasever=31 --nogpgcheck --allowerasing
sudo dnf system-upgrade reboot
* Upgrade to Fedora 33:
sudo dnf system-upgrade download --refresh --releasever=33 --nogpgcheck --allowerasing
sudo dnf system-upgrade reboot
* Install Amahi 12 and start services:
dnf install hda-ctl hda-platform
sudo systemctl enable --now hda-platform
sudo systemctl enable --now hda-ctl
Reboot
=To Do=
12,424

edits