In this guide we explain how to migrate from an installation of the Antergos distribution, which will no longer be developed, to Condres OS
Install
wget http://build.codelinsoft.it/mirror/condres-keyring-1%3A2.1-2-any.pkg.tar.xz
wget http://build.codelinsoft.it/mirror/condres-mirrorlist-1%3A20190406-2-any.pkg.tar.xz
pacman -U condres-keyring-1%3A2.1-2-any.pkg.tar.xz condres-mirrorlist-1%3A20190406-2-any.pkg.tar.xz
pacman-key --populate condres
Remove
pacman -R antergos-desktop-settings antergos-keyring antergos-mirrorlist antergos-alerts antergos-alpm-hooks lightdm-webkit2-greeter
Remove
rm -rf /etc/systemd/system/multi-user.target.wants/pamac-cleancache.timer
Edit pacman.conf and remove mirror antergos and add mirror condres
[condresrepo]
SigLevel = Never
Include = /etc/pacman.d/condres/mirrorlist
Save.
Install packages:
pacman -S lsb-release condres-schemas condres-keyring condres-freezedry condres-desktop-settings condres-mirrorlist condres-wallpapers condresassets trizen pacman-condres plymouth plymouth-theme-condres xf86-video-ati xf86-video-dummy xf86-video-fbdev xf86-video-intel xf86-video-nouveau xf86-video-openchrome xf86-video-sisusb xf86-video-vesa xf86-video-vmware xf86-video-voodoo xorg-fonts xorg-server xorg-xinit xorg-xkill materia-condres-theme qogir-gtk-theme lightdm-gtk-greeter condres-control-center
Edit pacman.conf
Change
SigLevel = Required DatabaseOptional
to
SigLevel = Never
[condresrepo]
SigLevel = Never
Include = /etc/pacman.d/condres/mirrorlist
Update repository
pacman -Syyu
Configure plymouth https://condresos.codelinsoft.it/index.php/support/wiki/plymouth
Edit /etc/default/grub
nano /etc/default/grub
change name Antergos to Condres OS
sudo grub-mkconfig -o /boot/grub/grub.cfg