Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alan Sill
ohpc_vagrant
Commits
710c4674
Commit
710c4674
authored
Mar 18, 2019
by
Alan Sill
Browse files
Fix typo in curl command in compute_create
parent
efdefcb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
compute_create
View file @
710c4674
...
...
@@ -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"
c
r
ul
-o
~/iso/ipxe.iso http://boot.ipxe.org/ipxe.iso
cu
r
l
-o
~/iso/ipxe.iso http://boot.ipxe.org/ipxe.iso
fi
VBoxManage createvm
--name
"
$nodename
"
--register
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment