Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ohpc_vagrant
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alan Sill
ohpc_vagrant
Compare revisions
master to master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
alansill/ohpc_vagrant
Select target project
No results found
master
Select Git revision
Swap
Target
jpr/ohpc_vagrant
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
master
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Fix typo in curl command in compute_create
· 710c4674
Alan Sill
authored
6 years ago
710c4674
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compute_create
+1
-1
1 addition, 1 deletion
compute_create
with
1 addition
and
1 deletion
compute_create
View file @
710c4674
...
@@ -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"
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
fi
VBoxManage createvm
--name
"
$nodename
"
--register
VBoxManage createvm
--name
"
$nodename
"
--register
...
...
This diff is collapsed.
Click to expand it.