folder reorganization.
This commit is contained in:
11
scripts/build_filesystem.sh
Executable file
11
scripts/build_filesystem.sh
Executable 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.'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user