Merge pull request #43 from balsoft/patch-1

Pass /root through chroot
This commit is contained in:
Matthew Bauer 2019-01-30 22:30:31 -05:00 committed by GitHub
commit 523fb85c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,7 @@ int main(int argc, char *argv[]) {
x("etc");
x("usr");
x("home");
x("root");
#undef x
int opt;