Add .gitignore, clean up build artifacts, add test scripts and configuration files
Some checks failed
Build Simple CLI / build (push) Failing after 1s

This commit is contained in:
joe 2025-08-12 20:13:38 -07:00
parent 882552f4e7
commit 6aa6d32e1e
12 changed files with 128 additions and 185 deletions

4
etc/bootupd.conf Normal file
View file

@ -0,0 +1,4 @@
[updates]
enabled = true
registry = "git.raines.xyz"
image = "robojerk/particle-os/simple-cli"

1
etc/hostname Normal file
View file

@ -0,0 +1 @@
simple-cli

7
etc/hosts Normal file
View file

@ -0,0 +1,7 @@
127.0.0.1 localhost
127.0.1.1 simple-cli
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

View file

@ -0,0 +1,3 @@
[remote "particle-os"]
url=https://git.raines.xyz/robojerk/particle-os
gpg-verify=false

View file

@ -0,0 +1,4 @@
[Unit]
Description=Simple CLI Default Target
Requires=multi-user.target
AllowIsolate=yes