summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibvasile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvasile b/libvasile
index 7255210..6fdd2cf 100755
--- a/libvasile
+++ b/libvasile
@@ -2,6 +2,7 @@
kernelconfig () {
if [[ $(zgrep 'CONFIG_OVERLAYFS_FS=' /proc/config.gz) && $(zgrep "CONFIG_SQUASHFS=" /proc/config.gz) && $(zgrep "CONFIG_BLK_DEV_LOOP=" /proc/config.gz) ]] ; then
+ # if you use 3.18 LTS or newer kernels, change CONFIG_OVERLAYFS_FS to CONFIG_OVERLAY_FS
echo ""
echo "Kernel configuration seems OK, moving on"
echo ""