summaryrefslogtreecommitdiff
path: root/server-build/my-simple-cdd/run-system.sh
diff options
context:
space:
mode:
Diffstat (limited to 'server-build/my-simple-cdd/run-system.sh')
-rwxr-xr-xserver-build/my-simple-cdd/run-system.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/server-build/my-simple-cdd/run-system.sh b/server-build/my-simple-cdd/run-system.sh
deleted file mode 100755
index 23f5fca..0000000
--- a/server-build/my-simple-cdd/run-system.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-# Run QEMU with the talerwoo.img (create via setup-system.sh)
-
-IMAGE=talerwoo.img
-
-# Run qemu
-qemu-system-x86_64 -m 4G -enable-kvm -net nic,model=rtl8139 -net user,hostfwd=tcp::9999-:80 -hda $IMAGE