Skip to content
Snippets Groups Projects
Commit 46a3f33b authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Merge branch 'fix-mac-pxe.iso' into 'master'

fixed the .iso download to work on Mac

See merge request jpr/ohpc_vagrant!19
parents 6d5c4da8 550eb5fd
Branches master
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ fi
# Download the ipxe.iso boot image if it doesn't already exist
if [[ ! -f "$HOME/iso/ipxe.iso" ]]; then
echo "Downloading the network boot ipxe.iso file"
wget -O ~/iso/ipxe.iso http://boot.ipxe.org/ipxe.iso
crul -o ~/iso/ipxe.iso http://boot.ipxe.org/ipxe.iso
fi
VBoxManage createvm --name "$nodename" --register
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment