expand initial filesystem

This commit is contained in:
Adam Outler
2025-09-26 11:56:27 +00:00
parent c228d45cea
commit 798d2462d6
25 changed files with 343 additions and 146 deletions

2
.vscode/tasks.json vendored
View File

@@ -27,7 +27,7 @@
{
"label": "Re-Run Startup Script",
"type": "shell",
"command": "sudo ${workspaceFolder:NetAlertX}/.devcontainer/scripts/setup.sh",
"command": "${workspaceFolder:NetAlertX}/.devcontainer/scripts/setup.sh",
"presentation": {
"echo": true,
"reveal": "always",