summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-12-17 10:15:44 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-12-17 10:15:44 +0100
commit4715668a0b519d8bf80d626b57e837f0fa0447d7 (patch)
treed4cddc094d5f6a0db34d1d4a20e321e340f21fb2
parent42b71b2d97ab5fa7dea0e061bc523f7b4d33cf25 (diff)
downloadarchauto32-4715668a0b519d8bf80d626b57e837f0fa0447d7.tar.gz
archauto32-4715668a0b519d8bf80d626b57e837f0fa0447d7.tar.bz2
use testing settings again
-rwxr-xr-xarchauto.sh2
-rwxr-xr-xcreatevm.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/archauto.sh b/archauto.sh
index f1a09c1..e985afa 100755
--- a/archauto.sh
+++ b/archauto.sh
@@ -15,7 +15,7 @@ HTTP_SERVER=http://${HOST}:8088
IP=192.168.130.2
NETMASK=255.255.255.0
PREFIX=24
-HOSTNAME=arch32-testing
+HOSTNAME=arch32
# create early SSH access
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