Enable AUFS on 6.1.y (#4632)
This commit is contained in:
parent
ab82ebac78
commit
b120ddaed0
@ -173,7 +173,7 @@ compilation_prepare() {
|
||||
#
|
||||
# Older versions have AUFS support with a patch
|
||||
|
||||
if linux-version compare "${version}" gt 5.11 && linux-version compare "${version}" lt 6.1 && [ "$AUFS" == yes ]; then
|
||||
if linux-version compare "${version}" gt 5.11 && linux-version compare "${version}" lt 6.2 && [ "$AUFS" == yes ]; then
|
||||
|
||||
# attach to specifics tag or branch
|
||||
local aufstag
|
||||
|
||||
Loading…
Reference in New Issue
Block a user