From 8e22e5b64c72ca8699de323748cb3c3227b17026 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:25:36 +0100 Subject: [PATCH] Update 10-build.sh --- build/10-build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/10-build.sh b/build/10-build.sh index d79b7c2..faaa4cd 100755 --- a/build/10-build.sh +++ b/build/10-build.sh @@ -40,6 +40,11 @@ copr_install_isolated "ryanabx/cosmic-epoch" \ cosmic-desktop echo "::endgroup::" +#firstboot-Marker setzen +mkdir -p /etc/myos +: > /etc/myos/firstboot + + echo "::group:: System Configuration" systemctl enable podman.socket systemctl enable bluetooth.service