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
Trupeshkumar Rajendrabhai Patel
ohpc_vagrant
Commits
46a3f33b
Commit
46a3f33b
authored
Feb 05, 2019
by
John-Paul Robinson
Browse files
Merge branch 'fix-mac-pxe.iso' into 'master'
fixed the .iso download to work on Mac See merge request
!19
parents
6d5c4da8
550eb5fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
compute_create
View file @
46a3f33b
...
...
@@ -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
...
...
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