From 82aa5b47b16d0058fb39b695504fc0ec82fbe2fc Mon Sep 17 00:00:00 2001 From: rascul Date: Sat, 24 Aug 2019 17:43:22 -0500 Subject: [PATCH] readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md 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