Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
John-Paul Robinson
ohpc_vagrant
Commits
97cf9a92
Commit
97cf9a92
authored
Sep 12, 2018
by
John-Paul Robinson
Browse files
Update compute ram to 4G to avoid boot failures with image unpacking
parent
bfcbd308
Changes
1
Hide whitespace changes
Inline
Side-by-side
compute_create
View file @
97cf9a92
...
...
@@ -12,7 +12,7 @@ nodename="$1"
VBoxManage createvm
--name
"
$nodename
"
--register
VBoxManage modifyvm
"
$nodename
"
--memory
2048
--nic1
intnet
--intnet1
compute
--nictype1
=
82540EM
--rtcuseutc
on
VBoxManage modifyvm
"
$nodename
"
--memory
4096
--nic1
intnet
--intnet1
compute
--nictype1
=
82540EM
--rtcuseutc
on
VBoxManage storagectl
"
$nodename
"
--name
IDE
--add
ide
--controller
PIIX4
--bootable
on
VBoxManage storageattach
"
$nodename
"
--storagectl
IDE
--type
dvddrive
--device
0
--port
1
--medium
~/iso/ipxe.iso
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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