Initial commit

This commit is contained in:
2023-02-13 17:52:13 -06:00
commit 025b7c6115
90 changed files with 5010 additions and 0 deletions

View File

@@ -0,0 +1 @@
../cypress/cyfmac43455-sdio.bin.xz

View File

@@ -0,0 +1 @@
brcmfmac43455-sdio.raspberrypi,4-model-b.txt.xz

View File

@@ -0,0 +1,15 @@
disable ldconfig.service
disable systemd-userdbd.service
disable systemd-userdbd.socket
enable systemd-networkd-wait-online.service
enable systemd-networkd.service
enable systemd-networkd.socket
#enable systemd-time-wait-sync.service
disable getty@.service
enable sshd.socket
enable ssh-keygen.service

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Initialize persistent data storage
DefaultDependencies=no
Before=local-fs-pre.target
[Service]
Type=oneshot
ExecStart=/usr/libexec/init-storage
StandardInput=null
StandardOutput=journal
StandardError=journal

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Generate SSH host keys
[Service]
Type=oneshot
ExecStart=/usr/bin/ssh-keygen -A
[Install]
WantedBy=sshd@.service

View File

@@ -0,0 +1,2 @@
[Unit]
After=ssh-keygen.service

View File

@@ -0,0 +1 @@
../init-storage.service