Line 1,278: |
Line 1,278: |
| dnf module enable python36:3.6 -y | | dnf module enable python36:3.6 -y |
| dnf module install php:remi-8.1 | | dnf module install php:remi-8.1 |
− | dnf install smeserver-* --enablerepo=koji-sme11,epel,remi,remi-safe,of --excludes=smeserver-mariadb* | + | dnf install smeserver-* --enablerepo=koji-sme11,epel,remi,remi-safe,of --exclude=smeserver-mariadb* |
| a temp fix before smeserver-base-11.0.0-4.el8.sme | | a temp fix before smeserver-base-11.0.0-4.el8.sme |
| dnf install network-scripts rsyslog | | dnf install network-scripts rsyslog |
Line 1,289: |
Line 1,289: |
| systemctl stop NetworkManager | | systemctl stop NetworkManager |
| systemctl disable NetworkManager | | systemctl disable NetworkManager |
| + | systemctl stop NetworkManager-wait-online.service |
| + | systemctl disable NetworkManager-wait-online.service |
| systemctl start networking | | systemctl start networking |
| then you could try, (you might have no network form there), unlink this to avoid root password locking | | then you could try, (you might have no network form there), unlink this to avoid root password locking |
Line 1,316: |
Line 1,318: |
| signal-event-reboot | | signal-event-reboot |
| <nowiki>##</nowiki> end of the part better on tty than on sshd | | <nowiki>##</nowiki> end of the part better on tty than on sshd |
| + | |
| + | you can also tidy a little |
| + | dnf remove NetworkManager --noautoremove |
| + | |
| + | |
| + | |
| + | you might need to disable sme* repos from there as they are still yet to be created on mirrors. so to help you follow updates you should do |
| + | |
| + | vim /etc/yum.smerepos.d/koji.repo |
| + | and paste: |
| + | [koji-sme11] |
| + | enabled=1 |
| + | name=koji-sme11 |
| + | baseurl=<nowiki>http://koji.koozali.org/kojifiles/repos/dist-sme11-os-build/latest/x86_64/</nowiki> |
| + | gpgcheck=0 |
| + | enablegroups=1 |
| + | |
| | | |
| | | |