Disable AUFS for 5.6
Its not ready yet Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
parent
6cd31be57e
commit
debb8f3eb6
@ -85,7 +85,7 @@ compilation_prepare()
|
||||
#
|
||||
# Older versions have AUFS support with a patch
|
||||
|
||||
if linux-version compare $version ge 5.1 && [ "$AUFS" == yes ]; then
|
||||
if linux-version compare $version ge 5.1 && linux-version compare $version le 5.6 && [ "$AUFS" == yes ]; then
|
||||
|
||||
# attach to specifics tag or branch
|
||||
local aufstag=$(echo ${version} | cut -f 1-2 -d ".")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user