master
rascul 5 years ago
parent 1be3dfd85a
commit 82aa5b47b1

@ -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
Loading…
Cancel
Save