diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-11-29 00:37:52 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-11-29 00:37:52 +0000 |
commit | 9b47ea9717f916402d4c53cc1f96026017e925f8 (patch) | |
tree | 07284cefc2b662d0f29a85f64eaa5a3b21fb519a /build32 | |
parent | 653a4ad3faad77f41d52674a5de96c4955eb4caf (diff) |
make vasile check the kernel configuration for overlayfs && squashfs && loop devices support before attempting to do its magic
Diffstat (limited to 'build32')
-rwxr-xr-x | build32 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ chrootpreparex86 () { } main () { + kernelconfig if checkroot ; then chrootchecksumx86 chrootpreparex86 |