Fix iso.toml schema; add first-boot service and ISO customizations

This commit is contained in:
humocs-man
2026-03-01 22:09:11 +01:00
parent 043129c2f0
commit e04a4a9a2d
4 changed files with 40 additions and 0 deletions
+12
View File
@@ -24,3 +24,15 @@ 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"