From 7f13647f6163448fe73e4e4fd45c1f4e81acc195 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:36:42 +0100 Subject: [PATCH] Move firstboot files from iso/files to files/ --- .../system-preset/90-fluffy-pancake-firstboot.preset | 0 .../systemd/system/fluffy-pancake-firstboot.service | 0 .../usr/libexec/fluffy-pancake/firstboot.sh | 0 iso/iso.toml | 12 ------------ 4 files changed, 12 deletions(-) rename {iso/files => files}/usr/lib/systemd/system-preset/90-fluffy-pancake-firstboot.preset (100%) rename {iso/files => files}/usr/lib/systemd/system/fluffy-pancake-firstboot.service (100%) rename {iso/files => files}/usr/libexec/fluffy-pancake/firstboot.sh (100%) diff --git a/iso/files/usr/lib/systemd/system-preset/90-fluffy-pancake-firstboot.preset b/files/usr/lib/systemd/system-preset/90-fluffy-pancake-firstboot.preset similarity index 100% rename from iso/files/usr/lib/systemd/system-preset/90-fluffy-pancake-firstboot.preset rename to files/usr/lib/systemd/system-preset/90-fluffy-pancake-firstboot.preset diff --git a/iso/files/usr/lib/systemd/system/fluffy-pancake-firstboot.service b/files/usr/lib/systemd/system/fluffy-pancake-firstboot.service similarity index 100% rename from iso/files/usr/lib/systemd/system/fluffy-pancake-firstboot.service rename to files/usr/lib/systemd/system/fluffy-pancake-firstboot.service diff --git a/iso/files/usr/libexec/fluffy-pancake/firstboot.sh b/files/usr/libexec/fluffy-pancake/firstboot.sh similarity index 100% rename from iso/files/usr/libexec/fluffy-pancake/firstboot.sh rename to files/usr/libexec/fluffy-pancake/firstboot.sh diff --git a/iso/iso.toml b/iso/iso.toml index d1dceec..c01fe0f 100644 --- a/iso/iso.toml +++ b/iso/iso.toml @@ -24,15 +24,3 @@ enable = [ disable = [ "org.fedoraproject.Anaconda.Modules.Subscription" ] - -[[customizations.files]] -path = "/files/usr/lib/systemd/system/fluffy-pancake-firstboot.service" -destination = "/usr/lib/systemd/system/fluffy-pancake-firstboot.service" - -[[customizations.files]] -path = "/files/usr/libexec/fluffy-pancake/firstboot.sh" -destination = "/usr/libexec/fluffy-pancake/firstboot.sh" - -[[customizations.files]] -path = "/files/usr/lib/systemd/system-preset/90-fluffy-pancake-firstboot.preset" -destination = "/usr/lib/systemd/system-preset/90-fluffy-pancake-firstboot.preset"