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"