From 2a359b36a606c5e31d6509b18be4e55ef5ac08a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20unbrot=20P=C3=A4tzold?= Date: Wed, 29 Apr 2026 19:31:07 +0200 Subject: [PATCH] Prepare base profiles for selection --- README.md | 19 +++++++------------ ks_base_profiles/cinnamon_fullsetup.cfg | 4 +++- ks_base_profiles/kde_fullsetup.cfg | 7 +++---- ks_base_profiles/part_sda.cfg | 10 ---------- 4 files changed, 13 insertions(+), 27 deletions(-) delete mode 100644 ks_base_profiles/part_sda.cfg diff --git a/README.md b/README.md index 42fd8cd..243a737 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,18 @@ -# Fedora OEMDRV + +# Fedora automated install script collection an automated massinstallation scripting collection for Fedora and Anaconda IN DEVELOPMENT ! This Software is very Specific, it needs at least: -- A Free IPA Server with IP Clients enrolled to the Domain -- A Nextcloud instance, connected to the Domain +- A Free IPA Server in which IP Clients can be enrolled to +- An Admin that has the rights to do so +- A Nextcloud instance, connected to the Domain which should have Software Configuration and Reository Paths setup - A client pc that will use this software to automate install and setup the PC ## 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 "/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" +- Look at the file [install.md](install.md) -Setup -- 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... +more to come diff --git a/ks_base_profiles/cinnamon_fullsetup.cfg b/ks_base_profiles/cinnamon_fullsetup.cfg index 5b2eeca..5833e0d 100644 --- a/ks_base_profiles/cinnamon_fullsetup.cfg +++ b/ks_base_profiles/cinnamon_fullsetup.cfg @@ -1,4 +1,6 @@ -#Basic settings: +# Full Cinnamon Setup + +#Basic settings graphical text diff --git a/ks_base_profiles/kde_fullsetup.cfg b/ks_base_profiles/kde_fullsetup.cfg index 1006d75..4e0774b 100644 --- a/ks_base_profiles/kde_fullsetup.cfg +++ b/ks_base_profiles/kde_fullsetup.cfg @@ -1,4 +1,6 @@ -#Basic settings: +# Full KDE Wayland Setup + +#Basic settings graphical text @@ -41,8 +43,6 @@ mesa-va-drivers-freeworld ffmpeg @vlc python-vlc -#@development-tools -#@editors @firefox thunderbird openssh-server @@ -92,7 +92,6 @@ nss-pam-ldapd # System authorization information authselect enable-feature with-fingerprint - # Generated using Blivet version 3.12.1 ignoredisk --only-use=sda # Partition clearing information diff --git a/ks_base_profiles/part_sda.cfg b/ks_base_profiles/part_sda.cfg deleted file mode 100644 index 5ef26b5..0000000 --- a/ks_base_profiles/part_sda.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# Generated using Blivet version 3.12.1 -ignoredisk --only-use=sda -# Partition clearing information -clearpart --none --initlabel -# Disk partitioning information -part biosboot --fstype="biosboot" --ondisk=sda --size=1 -part btrfs.69 --fstype="btrfs" --ondisk=sda --size=80000 -part /boot --fstype="xfs" --ondisk=sda --size=2048 -btrfs none --label=fedora btrfs.69 -btrfs / --subvol --name=root LABEL=fedora