Skip to content

Commit

Permalink
Sociois: Updated virtual box size
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilkumar18 committed May 18, 2022
1 parent ff55377 commit adde719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/create_vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ vboxmanage createvm --name $MACHINENAME --ostype "Ubuntu_64" --register --basefo
echo "Setting up the memory and network for created $MACHINENAME virtual machine"
VBoxManage modifyvm $MACHINENAME --ioapic on
VBoxManage modifyvm $MACHINENAME --memory 4096
vboxmanage modifyvm $MACHINENAME --vram 256
vboxmanage modifyvm $MACHINENAME --vram 128
VBoxManage modifyvm $MACHINENAME --nic1 nat
vboxmanage modifyvm $MACHINENAME --cpus 4
vboxmanage modifyvm $MACHINENAME --graphicscontroller VMSVGA
Expand Down Expand Up @@ -62,6 +62,6 @@ VBoxManage storageattach $MACHINENAME --storagectl "IDE Controller" --port 1 --d
VBoxManage startvm $MACHINENAME

#Resize the Virtualbox in VM
VBoxManage setextradata "$MACHINENAME" GUI/ScaleFactor 2.5
VBoxManage setextradata "$MACHINENAME" GUI/ScaleFactor 2.0

echo "ISO image booted in Virtualbox.... Start setup process"

0 comments on commit adde719

Please sign in to comment.