folder reorganization.

This commit is contained in:
Matt Knoop
2025-12-04 09:48:10 -07:00
parent 3a77b4a3cd
commit 191a3c9568
19 changed files with 172 additions and 104 deletions

11
scripts/build_filesystem.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -e
cd "$(dirname "$0")"
cd ..
echo $PWD
mkdir -p outputs/root
cat ./config/filesystem_containerfile | /usr/bin/podman build -f - -t patronagefs:latest .
podman run --rm -it --volume ./outputs/root:/tmp/rootfs/:exec --name patronagefs patronagefs:latest
echo 'exported.'