#!/bin/bash # vim: sw=4 ts=4 sts=4 et tw=72 : echo "---> Updating operating system" apt-get update -qq DEBIAN_FRONTEND=noninteractive apt-get upgrade -y --force-yes -qq \ -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" # To handle the prompt style that is expected all over the environment # with how use use robotframework we need to make sure that it is # consistent for any of the users that are created during dynamic spin # ups echo 'PS1="[\u@\h \W]> "' >> /etc/skel/.bashrc # Install mininet # apt-get install -y --force-yes -qq mininet # Install mininet with OF13 patch cd /tmp cat > newOptions.patch <