Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erwan BOUSSE
ubuntu-vm-creator
Commits
c2f3bb6f
Commit
c2f3bb6f
authored
Nov 24, 2021
by
Erwan BOUSSE
Browse files
Add RAM and CPu to vbox image
parent
5ab39819
Changes
1
Hide whitespace changes
Inline
Side-by-side
convert_to_vbox.sh
View file @
c2f3bb6f
...
...
@@ -33,7 +33,7 @@ VBoxManage storagectl "$VM_NAME" --name "SATA Controller" --add sata --controlle
VBoxManage storageattach
"
$VM_NAME
"
--storagectl
"SATA Controller"
--port
0
--device
0
--type
hdd
--medium
$OUTPUT_VDI
VBoxManage modifyvm
"
$VM_NAME
"
\
--boot1
disk
--boot2
none
--boot3
none
--boot4
none
\
--memory
1024
--vram
16
--graphicscontroller
vmsvga
\
--memory
3072
--vram
16
--cpus
2
--graphicscontroller
vmsvga
\
--clipboard-mode
bidirectional
\
--description
"Created on
$(
date
)
"
VBoxManage
export
"
$VM_NAME
"
--output
$OUTPUT_OVA
\ No newline at end of file
Write
Preview
Markdown
is supported
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