From e0f4973c76bb1f09d19f5deb90c092cb6381817e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 29 Mar 2017 15:12:55 +0200 Subject: [PATCH] correctly set default scheduler to deadline --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f471fad..ff1f110 100644 --- a/Makefile +++ b/Makefile @@ -235,7 +235,7 @@ PVE_CONFIG_OPTS= \ -e CONFIG_MEMCG_SWAP_ENABLED \ -e CONFIG_MEMCG_KMEM \ -d CONFIG_DEFAULT_CFQ \ ---set-str CONFIG_DEFAULT_IOSCHED deadline \ +-e CONFIG_DEFAULT_DEADLINE \ -e CONFIG_MODVERSIONS \ -d CONFIG_DEFAULT_SECURITY_DAC \ -e CONFIG_DEFAULT_SECURITY_APPARMOR \