Skip to content

Commit

Permalink
fixup! Use DVD image to bootstrap pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Feb 13, 2024
1 parent 552bab1 commit c69b64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c69b64d

Please sign in to comment.