gns3-registry/docker/iou/boot.sh

15 lines
177 B
Bash
Raw Normal View History

#!/bin/bash
export IOURC=/images/iourc.txt
dd if=/dev/zero bs=4 count=1 of=/etc/hostid
cd /data
python3 /netmap.py
/bin/iouyap 513 &
2016-05-18 15:11:58 +00:00
/images/iou.bin 1 || /bin/bash -i