diff --git a/resources/provision.sh b/resources/provision.sh index 53cc727..cb49be8 100755 --- a/resources/provision.sh +++ b/resources/provision.sh @@ -97,8 +97,8 @@ bootstrap_pkg() { if [ -e /dev/cd0 ]; then local device_path=/dev/cd0 - elif [ -e "/dev/iso9660/${device_version}_RELEASE_${device_arch}_BO" ]; then - local device_path="/dev/iso9660/${device_version}_RELEASE_${device_arch}_BO" + elif [ -e "/dev/iso9660/${device_version}_RELEASE_${device_arch}_DVD" ]; then + local device_path="/dev/iso9660/${device_version}_RELEASE_${device_arch}_DVD" else echo "ERROR: There is no DVD/CDROM device available to mount" >&2 exit 1