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
@@ -0,0 +1 @@
enable fluffy-pancake-firstboot.service
@@ -0,0 +1,13 @@
[Unit]
Description=Fluffy Pancake First Boot Initialization
ConditionFirstBoot=yes
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/libexec/fluffy-pancake/firstboot.sh
RemainAfterExit=yes
[Install]
WantedBy=first-boot-complete.target