File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ vboxmanage createvm --name $MACHINENAME --ostype "Ubuntu_64" --register --basefo
2828echo " Setting up the memory and network for created $MACHINENAME virtual machine"
2929VBoxManage modifyvm $MACHINENAME --ioapic on
3030VBoxManage modifyvm $MACHINENAME --memory 4096
31- vboxmanage modifyvm $MACHINENAME --vram 256
31+ vboxmanage modifyvm $MACHINENAME --vram 128
3232VBoxManage modifyvm $MACHINENAME --nic1 nat
3333vboxmanage modifyvm $MACHINENAME --cpus 4
3434vboxmanage modifyvm $MACHINENAME --graphicscontroller VMSVGA
@@ -62,6 +62,6 @@ VBoxManage storageattach $MACHINENAME --storagectl "IDE Controller" --port 1 --d
6262VBoxManage startvm $MACHINENAME
6363
6464# Resize the Virtualbox in VM
65- VBoxManage setextradata " $MACHINENAME " GUI/ScaleFactor 2.5
65+ VBoxManage setextradata " $MACHINENAME " GUI/ScaleFactor 2.0
6666
6767echo " ISO image booted in Virtualbox.... Start setup process"
You can’t perform that action at this time.
0 commit comments