From 7c9131fea0fdaec0e2f9984553354aacc15fd217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=A4tzold?= Date: Mon, 16 Mar 2026 19:23:13 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a478007..1644bf1 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,12 @@ This Software is very Specific, it needs at least: ## Install 1. Create Partition named "OEMDRV", at least 1 GByte in size on a local disk that will be readable when starting installation from stick -2. Format it BTRFS and mount it to "/sys_config" -3. Copy git files in it - 1. or for developement "/sys_config> git clone --progress -- https://gitea.dtext.online/obel1x/fedora-OEMDRV.git /sys_config" (maybe currently not possible, as this is a private Repo) - +2. Format it BTRFS and mount it to "/opt/sys_config" +3. Copy git files in it with "git clone --progress --depth 1 https://gitea.dtext.online/obel1x/fedora-OEMDRV.git /opt/sys_config" + 1. or for developement "git clone --progress https://gitea.dtext.online/obel1x/fedora-OEMDRV.git /opt/sys_config" Setup -- Make a copy of setup_system.conf.dist, name it setup_system.conf +- Make a copy of /opt/sys_config/system_setup/setup_system.conf.dist, name it /opt/sys_config/system_setup/setup_system.conf - Check the settings in it and change to your needs before running + +More to come...