diff --git a/README.md b/README.md new file mode 100644 index 0000000..5470192 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +build a minimal chroot/container/vm filesystem by taking a list of files and +putting them and their necessary libs into a target rootfs directory + +example: + +cargo run -- -v target/ /bin/bash /bin/ls +sudo chroot target /bin/bash