From 096d990b4e57741fd5a68babeb603e4d2c9a49e0 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Fri, 19 May 2017 12:42:23 +1000 Subject: [PATCH] Revert "Prevent ctrl-c in qemu from exiting vm - use ctrl-] instead" --- scripts/run | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/run b/scripts/run index b07bf34e..9cb504c7 100755 --- a/scripts/run +++ b/scripts/run @@ -266,11 +266,6 @@ if [ "$QEMU" == "1" ]; then else INSTALLED_ARGS="-kernel ${KERNEL} -initrd ${INITRD}" fi - - # don't quit qemu using ctrl-c - stty intr ^] - stty susp ^] - stty quit ^] set -x exec qemu-system-${QEMUARCH} \ ${DISPLAY_OPTS} \ @@ -300,10 +295,6 @@ elif [ "$BOOT_ISO" == "1" ] || echo "----- $ISO_OPTS" fi set -x - # don't quit qemu using ctrl-c - stty intr ^] - stty susp ^] - stty quit ^] exec qemu-system-${QEMUARCH} \ ${DISPLAY_OPTS} \ ${CLOUD_CONFIG_DISK} \