summaryrefslogtreecommitdiff
path: root/scripts/run_86box.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run_86box.sh')
-rwxr-xr-xscripts/run_86box.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/run_86box.sh b/scripts/run_86box.sh
new file mode 100755
index 0000000..7d60980
--- /dev/null
+++ b/scripts/run_86box.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+[1]- Running 86Box &
+[2]+ Running qemu-nbd -f raw root.img -x ROOT &
+
+qemu-nbd -f raw root.img -x ROOT &
+sleep 2 && \
+86Box -C scripts/86box.cfg
+pkill qemu-nbd