summaryrefslogtreecommitdiff
path: root/createvm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'createvm.sh')
-rwxr-xr-xcreatevm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/createvm.sh b/createvm.sh
index 5dab9d5..45e5e3d 100755
--- a/createvm.sh
+++ b/createvm.sh
@@ -30,7 +30,7 @@ cp archiso/arch/boot/i686/archiso.img .
darkhttpd . --port 8080 &
virt-install --name ${NAME} -r 1536 --vcpus=1 --os-type=linux --os-variant=virtio26 \
- --disk pool=default,size=2,format=qcow2 --network bridge=br0,model=virtio \
+ --disk pool=default,size=4,format=qcow2 --network bridge=br0,model=virtio \
--vnc --vncport=5901 --noreboot --arch i686 --cpu pentium2 \
--boot kernel=vmlinuz,initrd=archiso.img,kernel_args="archisobasedir=archiso/arch archiso_http_srv=http://${HOST}:8080/ script=http://${HOST}:8080/archauto.sh ip=${CLIENT}:::${NETMASK}:arch32::off nomodeset i915.modeset=0" &
# --noautoconsole