rhinstaller / initial-setup

The Initial Setup utility takes care of post-installation configuration of an installed system.
GNU General Public License v2.0
27 stars 33 forks source link

Read configuration files from /etc/initial-setup/conf.d (#1713506) #68

Closed poncovka closed 5 years ago

poncovka commented 5 years ago

Don't read configuration files for anaconda. Use a special directory for the initial-setup at /etc/initial-setup/conf.d. Then anaconda can coexist with the initial setup on the same system without influencing each other.

Resolves: rhbz#1713506 Depends on: https://github.com/rhinstaller/anaconda/pull/1989