Add .gitignore, clean up build artifacts, add test scripts and configuration files
Some checks failed
Build Simple CLI / build (push) Failing after 1s
Some checks failed
Build Simple CLI / build (push) Failing after 1s
This commit is contained in:
parent
882552f4e7
commit
6aa6d32e1e
12 changed files with 128 additions and 185 deletions
4
etc/bootupd.conf
Normal file
4
etc/bootupd.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[updates]
|
||||
enabled = true
|
||||
registry = "git.raines.xyz"
|
||||
image = "robojerk/particle-os/simple-cli"
|
||||
1
etc/hostname
Normal file
1
etc/hostname
Normal file
|
|
@ -0,0 +1 @@
|
|||
simple-cli
|
||||
7
etc/hosts
Normal file
7
etc/hosts
Normal 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
|
||||
3
etc/ostree/remotes.d/particle-os.conf
Normal file
3
etc/ostree/remotes.d/particle-os.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[remote "particle-os"]
|
||||
url=https://git.raines.xyz/robojerk/particle-os
|
||||
gpg-verify=false
|
||||
4
etc/systemd/system/default.target
Normal file
4
etc/systemd/system/default.target
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[Unit]
|
||||
Description=Simple CLI Default Target
|
||||
Requires=multi-user.target
|
||||
AllowIsolate=yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue