Add custom section for quick custom firmware prep

This commit is contained in:
Cameron Thompson
2025-08-01 23:56:24 -04:00
parent 7fa78309ce
commit 2a6fc2cf2d
13 changed files with 425 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Package: sdxpinn-firstboot
Version: 1.0
Architecture: sdxpinn
Maintainer: Cameron Thompson iamromulan@github.com
Source: github.com/iamromulan
Description: A first boot init after a flash or factory reset

View File

@@ -0,0 +1,5 @@
#!/bin/ash
service first-boot enable
exit 0