diff --git a/README b/README index 6c426c0..2378d6d 100644 --- a/README +++ b/README @@ -133,11 +133,6 @@ NOTE: For the exact and current list see debian/rules (PVE_CONFIG_OPTS) CONFIG_BLK_DEV_SR=y CONFIG_BLK_DEV_DM=y -- add workaround for Debian bug #807000 (see - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807000) - - CONFIG_BLK_DEV_NVME=y - - compile NBD and RBD modules CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_RBD=m diff --git a/debian/rules b/debian/rules index e338a01..c928c24 100755 --- a/debian/rules +++ b/debian/rules @@ -40,7 +40,7 @@ PVE_CONFIG_OPTS= \ -e CONFIG_BLK_DEV_SD \ -e CONFIG_BLK_DEV_SR \ -e CONFIG_BLK_DEV_DM \ --e CONFIG_BLK_DEV_NVME \ +-m CONFIG_BLK_DEV_NVME \ -e CONFIG_NLS_ISO8859_1 \ -d CONFIG_INPUT_EVBUG \ -d CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND \