diff --git a/scripts/vagrant/create_vbox.sh b/scripts/vagrant/create_vbox.sh index a7d369775..81bdb42bc 100755 --- a/scripts/vagrant/create_vbox.sh +++ b/scripts/vagrant/create_vbox.sh @@ -20,7 +20,7 @@ display_help() { echo " Usage: ${0##*/} [-b nvme-backing-file] [-n ] [-s ] [-x ] [-hvrld] " echo echo " distro = " + echo " fedora30 | fedora31 | freebsd11 | freebsd12 | arch>" echo echo " -b nvme file path with name" echo " type of emulated nvme disk" @@ -156,9 +156,6 @@ case "${SPDK_VAGRANT_DISTRO}" in ubuntu1804) export SPDK_VAGRANT_DISTRO ;; - fedora29) - export SPDK_VAGRANT_DISTRO - ;; fedora30) export SPDK_VAGRANT_DISTRO ;;