From 4715668a0b519d8bf80d626b57e837f0fa0447d7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Dec 2017 10:15:44 +0100 Subject: use testing settings again --- createvm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'createvm.sh') diff --git a/createvm.sh b/createvm.sh index fe2113b..5392b1d 100755 --- a/createvm.sh +++ b/createvm.sh @@ -2,7 +2,7 @@ # configuration -NAME=arch32-testing +NAME=arch32 HOST=192.168.130.1 NETMASK=255.255.255.0 PREFIX=24 @@ -30,7 +30,7 @@ mount -o loop,ro mirror/archisos/archlinux-2017.12.01-i686.iso archiso #darkhttpd . --port 8088 & virt-install --name ${NAME} -r 1536 --vcpus=1 --os-type=linux --os-variant=virtio26 \ - --disk pool=default,size=32,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=archiso/arch/boot/i686/vmlinuz,initrd=archiso/arch/boot/i686/archiso.img,kernel_args="archisobasedir=archiso/arch archiso_http_srv=http://${HOST}:8088/ script=http://${HOST}:8088/archauto.sh ip=${CLIENT}:::${NETMASK}:${NAME}::off nomodeset i915.modeset=0" & # --noautoconsole -- cgit v1.2.3-54-g00ecf