summaryrefslogtreecommitdiff
path: root/libvasile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-03-14 16:03:44 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-03-14 16:03:44 +0000
commit02aac0d738a33af2c637a0bba7b3e32b9d4b2a88 (patch)
treedb20c01e5e03ad872de72d7688e4558f06f364d8 /libvasile
parent5745ecf92c2be0b723c4e0da3126fc2a22371a94 (diff)
a little info for running vasile over >= 3.18 kernels
Diffstat (limited to 'libvasile')
-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 ""