patch incorrect firmware
This commit is contained in:
parent
774535d903
commit
59f6b8f1e6
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -25,7 +25,7 @@ fi
|
||||||
|
|
||||||
log "creating VM"
|
log "creating VM"
|
||||||
VBoxManage createvm --name=$VM_NAME --ostype=ArchLinux_64 --register
|
VBoxManage createvm --name=$VM_NAME --ostype=ArchLinux_64 --register
|
||||||
VBoxManage modifyvm $VM_NAME --cpus=4 --memory=4096 --vram=12
|
VBoxManage modifyvm $VM_NAME --cpus=4 --memory=4096 --vram=12 --firmware=efi
|
||||||
VBoxManage modifyvm $VM_NAME --nic1=bridged --bridgeadapter1=$ETH_DEV
|
VBoxManage modifyvm $VM_NAME --nic1=bridged --bridgeadapter1=$ETH_DEV
|
||||||
VBoxManage createhd --filename=$PWD/tmp/drive.vdi --size=$((1024 * 20)) --variant=Standard
|
VBoxManage createhd --filename=$PWD/tmp/drive.vdi --size=$((1024 * 20)) --variant=Standard
|
||||||
VBoxManage storagectl $VM_NAME --name=SATA --add sata --bootable on
|
VBoxManage storagectl $VM_NAME --name=SATA --add sata --bootable on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue