Add firstboot onboarding and prep/check tooling

This commit is contained in:
Aaron
2026-01-02 22:28:57 -05:00
parent ccc97f7912
commit 40b1b43449
20 changed files with 1487 additions and 220 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Pi-Kit ready flag helper
ConditionPathExists=/var/lib/pikit/firstboot/firstboot.done
[Service]
Type=oneshot
ExecStart=/usr/local/bin/pikit-ready.sh
[Install]
WantedBy=multi-user.target