runtime-postinstall: Move configuration of NM default autoconnections to Anaconda

The configuration will be created dynamically by Anaconda service
running before NM.

Related: rhbz#1978264
This commit is contained in:
Radek Vykydal 2021-06-07 18:03:40 +02:00
parent 45ae099ffc
commit 0adb331cb4
2 changed files with 0 additions and 3 deletions

View File

@ -1,2 +0,0 @@
[main]
no-auto-default=*

View File

@ -76,7 +76,6 @@ mkdir etc/NetworkManager/conf.d
install ${configdir}/91-anaconda-autoconnect-slaves.conf etc/NetworkManager/conf.d
install ${configdir}/vconsole.conf etc
install ${configdir}/92-anaconda-loglevel-debug.conf etc/NetworkManager/conf.d
install ${configdir}/90-anaconda-no-auto-default.conf etc/NetworkManager/conf.d
## set up sshd
install ${configdir}/sshd_config.anaconda etc/ssh