summaryrefslogtreecommitdiff
path: root/scripts/run_86box.sh
blob: 7d6098025cc4975b26f3bb1f7a6633ca15de539e (plain)
1
2
3
4
5
6
7
8
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