Don't activate default auto connections after switchroot

Resolves: rhbz#1555934

Add NetworkManager config file turning default auto connections off.
This commit is contained in:
Radek Vykydal 2014-01-30 12:24:13 +01:00 committed by Brian C. Lane
parent 77ba534832
commit 3e4bed4df3
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -76,6 +76,7 @@ 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