Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tr27p/ohpc_vagrant
  • jpr/ohpc_vagrant
  • louistw/ohpc_vagrant
  • krish94/ohpc_vagrant
  • mmoo97/ohpc_vagrant
  • chirag24/ohpc_vagrant
  • noe121/ohpc_vagrant
  • ishan747/ohpc_vagrant
  • alansill/ohpc_vagrant
  • atlurie/ohpc_vagrant
  • rrand11/ohpc_vagrant
11 results
Show changes
Commits on Source (1)
...@@ -17,7 +17,7 @@ fi ...@@ -17,7 +17,7 @@ fi
# Download the ipxe.iso boot image if it doesn't already exist # Download the ipxe.iso boot image if it doesn't already exist
if [[ ! -f "$HOME/iso/ipxe.iso" ]]; then if [[ ! -f "$HOME/iso/ipxe.iso" ]]; then
echo "Downloading the network boot ipxe.iso file" echo "Downloading the network boot ipxe.iso file"
crul -o ~/iso/ipxe.iso http://boot.ipxe.org/ipxe.iso curl -o ~/iso/ipxe.iso http://boot.ipxe.org/ipxe.iso
fi fi
VBoxManage createvm --name "$nodename" --register VBoxManage createvm --name "$nodename" --register
......