diff --git a/.gitignore b/.gitignore index 06b3f87..1fcc764 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ config/setup_system.conf.bak config/skel.tar.zst config/.sync_*.db config/.sync_*.db -config.d/* +config.d/*.conf diff --git a/README.md b/README.md index 1644bf1..42fd8cd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fedora OEMDRV -an automated massinstallation scripting collection for Fedora and Anakonda +an automated massinstallation scripting collection for Fedora and Anaconda IN DEVELOPMENT ! diff --git a/config.d/README.md b/config.d/README.md new file mode 100644 index 0000000..80cea40 --- /dev/null +++ b/config.d/README.md @@ -0,0 +1,4 @@ +# Local config Files + +You may have .conf files in here, which will be not be touched by anything and will be sourced by the scripts to overwrite any of the settings in setup_system.conf.dist +The syntax should be same as setup_system.conf.dist