Skip to content
Snippets Groups Projects

fixed the .iso download to work on Mac

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading