NFVBENCH-196: New NFVbench image for generator part (nfvbench and TRex codes inside VM)
[nfvbench.git] / nfvbenchvm / dib / elements / nfvbenchvm / post-install.d / 03-copy-rc-local
1 #!/bin/bash
2
3 # set accurate rc.local file corresponding to current image built
4 if [ $DIB_DEV_IMAGE = "loopvm" ]; then
5     mv /etc/rc.d/rc.local.loopvm /etc/rc.d/rc.local
6 else
7     mv /etc/rc.d/rc.local.generator /etc/rc.d/rc.local
8 fi