diff --git a/scripts/setup.sh b/scripts/setup.sh index 97ace9d97..81b08d497 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -720,8 +720,8 @@ fi : ${PCI_ALLOWED:=""} : ${PCI_BLOCKED:=""} -if [ -n "$NVME_WHITELIST" ]; then - PCI_ALLOWED="$PCI_ALLOWED $NVME_WHITELIST" +if [ -n "$NVME_ALLOWED" ]; then + PCI_ALLOWED="$PCI_ALLOWED $NVME_ALLOWED" fi if [ -n "$SKIP_PCI" ]; then