make image

This commit is contained in:
Aiden McClelland
2020-12-22 13:01:31 -07:00
committed by Aiden McClelland
parent 1cce947846
commit 2f6bd4b1b6
8 changed files with 103 additions and 20 deletions

10
setup.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=Boot process for system setup.
[Service]
Type=oneshot
ExecStart=/root/setup.sh
RemainAfterExit=true
[Install]
WantedBy=multi-user.target