From 054a1fd0484c17cc4fe8d08fe23891f54e21e441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20unbrot=20P=C3=A4tzold?= Date: Sat, 25 Apr 2026 15:39:25 +0200 Subject: [PATCH] Add Readme for config.d --- .gitignore | 2 +- README.md | 2 +- config.d/README.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 config.d/README.md 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