commit | e7d8a2528ce2aaa24f8ea6b04224ed0d36b45a89 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Thu Dec 11 14:06:52 2014 -0800 |
committer | Jonathan Hart <jono@onlab.us> | Thu Dec 11 14:06:52 2014 -0800 |
tree | cc3bc97e72464841cc1e1112188c27faaeb94c09 | |
parent | 7dcc33fb1081513c10358eb2c2de341e922b08cf [diff] |
sleeeeeep
diff --git a/onos-setup.sh b/onos-setup.sh index 8386525..94e14fc 100644 --- a/onos-setup.sh +++ b/onos-setup.sh
@@ -38,6 +38,9 @@ onos $OC1 "feature:install onos-app-ifwd" onos $OC1 "feature:install onos-app-sdnip" +# Sleep a little to let the features load up +sleep 20 + sudo echo 'export ONOS_OPTS="clean debug"' > /opt/onos/options sudo su -c 'echo GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\" >> /etc/default/grub'