From 02aac0d738a33af2c637a0bba7b3e32b9d4b2a88 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 14 Mar 2016 16:03:44 +0000 Subject: a little info for running vasile over >= 3.18 kernels --- libvasile | 1 + 1 file changed, 1 insertion(+) 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 "" -- cgit v1.2.3